#B60707
A dark, vivid red closely aligning with Firebrick.
About #B60707
At its core, #B60707 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Firebrick. This translates to an RGB value of rgb(182, 7, 7).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 96% M, 96% Y, and 29% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B60707
RGB182, 7, 7
HSL0.0°, 92.6%, 37.1%
CMYK0%, 96%, 96%, 29%
HSV0.0°, 96.2%, 71.4%
LAB38.0, 61.5, 49.6
XYZ19.4, 10.1, 1.1
Decimal11929351
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.95:1
Text on #FFFFFF
AA
3.02:1
Text on #000000
AA Large
6.64:1
Text on #F8FAFC
AA
2.57:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #B60707;
}
.text-color {
color: #B60707;
}
.border-color {
border: 2px solid #B60707;
}