#B60F16
A dark, vivid red closely aligning with Firebrick.
About #B60F16
The hex code #B60F16 represents a beautifully specific shade of red. It is closely associated with the named CSS color Firebrick. This translates to an RGB value of rgb(182, 15, 22).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 92% Magenta, 88% Yellow, and 29% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#B60F16
RGB182, 15, 22
HSL357.5°, 84.8%, 38.6%
CMYK0%, 92%, 88%, 29%
HSV357.5°, 91.8%, 71.4%
LAB38.5, 60.7, 43.7
XYZ19.6, 10.3, 1.7
Decimal11931414
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.84:1
Text on #FFFFFF
AA
3.07:1
Text on #000000
AA Large
6.54:1
Text on #F8FAFC
AA
2.61:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #B60F16;
}
.text-color {
color: #B60F16;
}
.border-color {
border: 2px solid #B60F16;
}