#A00F33
A dark, vivid red closely aligning with Brown.
About #A00F33
Visually, #A00F33 is defined as a vivid red. If you're using CSS, you might find it aligns closely with Brown. This translates to an RGB value of rgb(160, 15, 51).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 91% Magenta, 68% Yellow, and 37% Black. With a hue angle of 345.1 degrees, it sits comfortably in the red spectrum.
Contrast ratios determine whether this color is safe for typography. 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#A00F33
RGB160, 15, 51
HSL345.1°, 82.9%, 34.3%
CMYK0%, 91%, 68%, 37%
HSV345.1°, 90.6%, 62.7%
LAB34.1, 55.9, 20.5
XYZ15.3, 8.1, 3.9
Decimal10489651
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.04:1
Text on #FFFFFF
AAA
2.61:1
Text on #000000
FAIL
7.69:1
Text on #F8FAFC
AAA
2.22:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A00F33;
}
.text-color {
color: #A00F33;
}
.border-color {
border: 2px solid #A00F33;
}