#A00033
A dark, vivid magenta closely aligning with Brown.
About #A00033
At its core, #A00033 is a dark and vivid hue. It is closely associated with the named CSS color Brown. In the RGB color space, it consists of 160 red, 0 green, and 51 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 100% magenta inks. The HSL representation is 340.9° hue, 100.0% saturation, and 31.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A00033
RGB160, 0, 51
HSL340.9°, 100.0%, 31.4%
CMYK0%, 100%, 68%, 37%
HSV340.9°, 100.0%, 62.7%
LAB33.4, 57.9, 19.6
XYZ15.1, 7.7, 3.8
Decimal10485811
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.26:1
Text on #FFFFFF
AAA
2.54:1
Text on #000000
FAIL
7.89:1
Text on #F8FAFC
AAA
2.16:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A00033;
}
.text-color {
color: #A00033;
}
.border-color {
border: 2px solid #A00033;
}