#B60F3A
A dark, vivid magenta closely aligning with Brown.
About #B60F3A
Visually, #B60F3A is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Brown. This translates to an RGB value of rgb(182, 15, 58).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 92% Magenta, 68% Yellow, and 29% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#B60F3A
RGB182, 15, 58
HSL344.6°, 84.8%, 38.6%
CMYK0%, 92%, 68%, 29%
HSV344.6°, 91.8%, 71.4%
LAB38.9, 61.9, 23.1
XYZ20.2, 10.6, 5.0
Decimal11931450
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.73:1
Text on #FFFFFF
AA
3.12:1
Text on #000000
AA Large
6.44:1
Text on #F8FAFC
AA
2.65:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #B60F3A;
}
.text-color {
color: #B60F3A;
}
.border-color {
border: 2px solid #B60F3A;
}