Shades of Cardinal #AC112E
Tints of Cardinal #AC112E
RGB
CMYK
RGB Variations
Color information
#AC112E (or 0xAC112E) is known color: Cardinal. HEX triplet: AC, 11 and 2E. RGB value is (172,17,46). Sum of RGB (Red+Green+Blue) = 172+17+46=235 (31% of max value = 765). Red value is 172 (67.58% from 255 or 73.19% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 46 (18.36% from 255 or 19.57% from 235); Max value from RGB is 172 - color contains mainly: red. Hex color #AC112E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC112E is #53EED1. Grayscale: #424242. Windows color (decimal): -5500626 or 3019180. OLE color: 3019180.
HSL color Cylindrical-coordinate representation of color #AC112E: hue angle of 348.77º degrees, saturation: 0.82, 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 #AC112E is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 17 | 46 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.33 |
| HSL | 348.77º | 0.82% | 0.37% | - |
| HSV(B) | 348.77º | 0.9% | 0.67% | - |
| XYZ | 17.71 | 9.37 | 3.46 | - |
| YUV | 66.65 | 116.35 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 46 | 0 | 0.90 | 0.73 | 0.33 | 348.77 | 0.82 | 0.37 |
| Hex | AC | 11 | 2E | 0 | 5A | 49 | 21 | 15D | 52 | 25 |
| Octal | 254 | 21 | 56 | 0 | 132 | 111 | 41 | 535 | 122 | 45 |
| Binary | 10101100 | 10001 | 101110 | 0 | 1011010 | 1001001 | 100001 | 101011101 | 1010010 | 100101 |
Color Harmonies of #AC112E
Complementary color
Monochromatic Colors of #AC112E
Black with #AC112E
Text Example
Text Example
White with #AC112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC112E; }
p { color: rgb(172,17,46); }
H1.HeaderClassName
{
color: #AC112E;
}
.AnyTagClassName
{
color: #AC112E;
}
</style>
background-color css
<style>
a { background-color: #AC112E; }
a { background-color: rgb(172,17,46); }
div.DivClassName
{
background-color: #AC112E;
}
.BgClassName
{
background-color: #AC112E;
}
</style>
border-color css
<style>
span { border-color: #AC112E; }
span { border-color: rgb(172,17,46); }
td.TdClassName
{
border-color: #AC112E;
}
.TagClassName
{
border-color: #AC112E;
}
</style>