Shades of Cardinal #AC122D
Tints of Cardinal #AC122D
RGB
CMYK
RGB Variations
Color information
#AC122D (or 0xAC122D) is known color: Cardinal. HEX triplet: AC, 12 and 2D. RGB value is (172,18,45). Sum of RGB (Red+Green+Blue) = 172+18+45=235 (31% of max value = 765). Red value is 172 (67.58% from 255 or 73.19% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 172 - color contains mainly: red. Hex color #AC122D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC122D is #53EDD2. Grayscale: #434343. Windows color (decimal): -5500371 or 2953900. OLE color: 2953900.
HSL color Cylindrical-coordinate representation of color #AC122D: hue angle of 349.48º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC122D is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 18 | 45 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.33 |
| HSL | 349.48º | 0.81% | 0.37% | - |
| HSV(B) | 349.48º | 0.9% | 0.67% | - |
| XYZ | 17.7 | 9.39 | 3.36 | - |
| YUV | 67.12 | 115.52 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 18 | 45 | 0 | 0.90 | 0.74 | 0.33 | 349.48 | 0.81 | 0.37 |
| Hex | AC | 12 | 2D | 0 | 5A | 4A | 21 | 15D | 51 | 25 |
| Octal | 254 | 22 | 55 | 0 | 132 | 112 | 41 | 535 | 121 | 45 |
| Binary | 10101100 | 10010 | 101101 | 0 | 1011010 | 1001010 | 100001 | 101011101 | 1010001 | 100101 |
Color Harmonies of #AC122D
Complementary color
Monochromatic Colors of #AC122D
Black with #AC122D
Text Example
Text Example
White with #AC122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC122D; }
p { color: rgb(172,18,45); }
H1.HeaderClassName
{
color: #AC122D;
}
.AnyTagClassName
{
color: #AC122D;
}
</style>
background-color css
<style>
a { background-color: #AC122D; }
a { background-color: rgb(172,18,45); }
div.DivClassName
{
background-color: #AC122D;
}
.BgClassName
{
background-color: #AC122D;
}
</style>
border-color css
<style>
span { border-color: #AC122D; }
span { border-color: rgb(172,18,45); }
td.TdClassName
{
border-color: #AC122D;
}
.TagClassName
{
border-color: #AC122D;
}
</style>