Shades of Cardinal #AC2131
Tints of Cardinal #AC2131
RGB
CMYK
RGB Variations
Color information
#AC2131 (or 0xAC2131) is known color: Cardinal. HEX triplet: AC, 21 and 31. RGB value is (172,33,49). Sum of RGB (Red+Green+Blue) = 172+33+49=254 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.72% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 49 (19.53% from 255 or 19.29% from 254); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2131 is #53DECE. Grayscale: #4C4C4C. Windows color (decimal): -5496527 or 3219884. OLE color: 3219884.
HSL color Cylindrical-coordinate representation of color #AC2131: hue angle of 353.09º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC2131 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 33 | 49 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.33 |
| HSL | 353.09º | 0.68% | 0.4% | - |
| HSV(B) | 353.09º | 0.81% | 0.67% | - |
| XYZ | 18.11 | 10.08 | 3.9 | - |
| YUV | 76.39 | 112.55 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 49 | 0 | 0.81 | 0.72 | 0.33 | 353.09 | 0.68 | 0.4 |
| Hex | AC | 21 | 31 | 0 | 51 | 48 | 21 | 161 | 44 | 28 |
| Octal | 254 | 41 | 61 | 0 | 121 | 110 | 41 | 541 | 104 | 50 |
| Binary | 10101100 | 100001 | 110001 | 0 | 1010001 | 1001000 | 100001 | 101100001 | 1000100 | 101000 |
Color Harmonies of #AC2131
Complementary color
Monochromatic Colors of #AC2131
Black with #AC2131
Text Example
Text Example
White with #AC2131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2131; }
p { color: rgb(172,33,49); }
H1.HeaderClassName
{
color: #AC2131;
}
.AnyTagClassName
{
color: #AC2131;
}
</style>
background-color css
<style>
a { background-color: #AC2131; }
a { background-color: rgb(172,33,49); }
div.DivClassName
{
background-color: #AC2131;
}
.BgClassName
{
background-color: #AC2131;
}
</style>
border-color css
<style>
span { border-color: #AC2131; }
span { border-color: rgb(172,33,49); }
td.TdClassName
{
border-color: #AC2131;
}
.TagClassName
{
border-color: #AC2131;
}
</style>