Shades of Cardinal #AC112B
Tints of Cardinal #AC112B
RGB
CMYK
RGB Variations
Color information
#AC112B (or 0xAC112B) is known color: Cardinal. HEX triplet: AC, 11 and 2B. RGB value is (172,17,43). Sum of RGB (Red+Green+Blue) = 172+17+43=232 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.14% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 172 - color contains mainly: red. Hex color #AC112B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC112B is #53EED4. Grayscale: #424242. Windows color (decimal): -5500629 or 2822572. OLE color: 2822572.
HSL color Cylindrical-coordinate representation of color #AC112B: hue angle of 349.94º 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 #AC112B is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 17 | 43 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.33 |
| HSL | 349.94º | 0.82% | 0.37% | - |
| HSV(B) | 349.94º | 0.9% | 0.67% | - |
| XYZ | 17.65 | 9.35 | 3.16 | - |
| YUV | 66.31 | 114.85 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 43 | 0 | 0.90 | 0.75 | 0.33 | 349.94 | 0.82 | 0.37 |
| Hex | AC | 11 | 2B | 0 | 5A | 4B | 21 | 15E | 52 | 25 |
| Octal | 254 | 21 | 53 | 0 | 132 | 113 | 41 | 536 | 122 | 45 |
| Binary | 10101100 | 10001 | 101011 | 0 | 1011010 | 1001011 | 100001 | 101011110 | 1010010 | 100101 |
Color Harmonies of #AC112B
Complementary color
Monochromatic Colors of #AC112B
Black with #AC112B
Text Example
Text Example
White with #AC112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC112B; }
p { color: rgb(172,17,43); }
H1.HeaderClassName
{
color: #AC112B;
}
.AnyTagClassName
{
color: #AC112B;
}
</style>
background-color css
<style>
a { background-color: #AC112B; }
a { background-color: rgb(172,17,43); }
div.DivClassName
{
background-color: #AC112B;
}
.BgClassName
{
background-color: #AC112B;
}
</style>
border-color css
<style>
span { border-color: #AC112B; }
span { border-color: rgb(172,17,43); }
td.TdClassName
{
border-color: #AC112B;
}
.TagClassName
{
border-color: #AC112B;
}
</style>