#A82C3A
A medium, moderate red closely aligning with Brown.
About #A82C3A
Visually, #A82C3A is defined as a moderate red. Its closest recognized web color is Brown. This translates to an RGB value of rgb(168, 44, 58).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 74% magenta, 65% yellow, and 34% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A82C3A
RGB168, 44, 58
HSL353.2°, 58.5%, 41.6%
CMYK0%, 74%, 65%, 34%
HSV353.2°, 73.8%, 65.9%
LAB38.6, 50.8, 22.2
XYZ17.8, 10.4, 5.1
Decimal11021370
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.80:1
Text on #FFFFFF
AA
3.09:1
Text on #000000
AA Large
6.50:1
Text on #F8FAFC
AA
2.62:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A82C3A;
}
.text-color {
color: #A82C3A;
}
.border-color {
border: 2px solid #A82C3A;
}