Shades of Cardinal #AC113F
Tints of Cardinal #AC113F
RGB
CMYK
RGB Variations
Color information
#AC113F (or 0xAC113F) is known color: Cardinal. HEX triplet: AC, 11 and 3F. RGB value is (172,17,63). Sum of RGB (Red+Green+Blue) = 172+17+63=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC113F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC113F is #53EEC0. Grayscale: #444444. Windows color (decimal): -5500609 or 4133292. OLE color: 4133292.
HSL color Cylindrical-coordinate representation of color #AC113F: hue angle of 342.19º 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 #AC113F is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 17 | 63 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.33 |
| HSL | 342.19º | 0.82% | 0.37% | - |
| HSV(B) | 342.19º | 0.9% | 0.67% | - |
| XYZ | 18.11 | 9.53 | 5.59 | - |
| YUV | 68.59 | 124.85 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 63 | 0 | 0.90 | 0.63 | 0.33 | 342.19 | 0.82 | 0.37 |
| Hex | AC | 11 | 3F | 0 | 5A | 3F | 21 | 156 | 52 | 25 |
| Octal | 254 | 21 | 77 | 0 | 132 | 77 | 41 | 526 | 122 | 45 |
| Binary | 10101100 | 10001 | 111111 | 0 | 1011010 | 111111 | 100001 | 101010110 | 1010010 | 100101 |
Color Harmonies of #AC113F
Complementary color
Monochromatic Colors of #AC113F
Black with #AC113F
Text Example
Text Example
White with #AC113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC113F; }
p { color: rgb(172,17,63); }
H1.HeaderClassName
{
color: #AC113F;
}
.AnyTagClassName
{
color: #AC113F;
}
</style>
background-color css
<style>
a { background-color: #AC113F; }
a { background-color: rgb(172,17,63); }
div.DivClassName
{
background-color: #AC113F;
}
.BgClassName
{
background-color: #AC113F;
}
</style>
border-color css
<style>
span { border-color: #AC113F; }
span { border-color: rgb(172,17,63); }
td.TdClassName
{
border-color: #AC113F;
}
.TagClassName
{
border-color: #AC113F;
}
</style>