Color #B91C1C

#B91C1Crgb(185, 28, 28)

Color Codes

HEX#B91C1C
RGBrgb(185, 28, 28)
HSLhsl(0°, 74%, 42%)
CMYKcmyk(0%, 85%, 85%, 27%)
CIELABLab(40, 59.3, 42.2)

Color Schemes

Tints & Shades

CSS Code Snippets

background-color: #B91C1C;
color: #B91C1C;
border: 2px solid #B91C1C;
background: linear-gradient(135deg, #B91C1C, #1cb9b9);

Code Export

css
:root {
  --color-primary: #b91c1c;
  --color-primary-rgb: 185, 28, 28;
  --color-primary-hsl: 0, 74%, 42%;
}

Related Tools