#B60F1D
A dark, vivid red closely aligning with Firebrick.
About #B60F1D
At its core, #B60F1D is a dark and vivid hue. Designers often compare it to the standard color Firebrick. Its digital footprint relies on 182 parts red, 15 parts green, and 29 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 92% Magenta, 84% 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B60F1D
RGB182, 15, 29
HSL355.0°, 84.8%, 38.6%
CMYK0%, 92%, 84%, 29%
HSV355.0°, 91.8%, 71.4%
LAB38.5, 60.9, 40.1
XYZ19.7, 10.4, 2.1
Decimal11931421
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.83:1
Text on #FFFFFF
AA
3.08:1
Text on #000000
AA Large
6.53:1
Text on #F8FAFC
AA
2.61:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #B60F1D;
}
.text-color {
color: #B60F1D;
}
.border-color {
border: 2px solid #B60F1D;
}