Shades of Cardinal #AC113A
Tints of Cardinal #AC113A
RGB
CMYK
RGB Variations
Color information
#AC113A (or 0xAC113A) is known color: Cardinal. HEX triplet: AC, 11 and 3A. RGB value is (172,17,58). Sum of RGB (Red+Green+Blue) = 172+17+58=247 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.64% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 172 - color contains mainly: red. Hex color #AC113A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC113A is #53EEC5. Grayscale: #444444. Windows color (decimal): -5500614 or 3805612. OLE color: 3805612.
HSL color Cylindrical-coordinate representation of color #AC113A: hue angle of 344.13º 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 #AC113A is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 17 | 58 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.33 |
| HSL | 344.13º | 0.82% | 0.37% | - |
| HSV(B) | 344.13º | 0.9% | 0.67% | - |
| XYZ | 17.98 | 9.48 | 4.88 | - |
| YUV | 68.02 | 122.35 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 58 | 0 | 0.90 | 0.66 | 0.33 | 344.13 | 0.82 | 0.37 |
| Hex | AC | 11 | 3A | 0 | 5A | 42 | 21 | 158 | 52 | 25 |
| Octal | 254 | 21 | 72 | 0 | 132 | 102 | 41 | 530 | 122 | 45 |
| Binary | 10101100 | 10001 | 111010 | 0 | 1011010 | 1000010 | 100001 | 101011000 | 1010010 | 100101 |
Color Harmonies of #AC113A
Complementary color
Monochromatic Colors of #AC113A
Black with #AC113A
Text Example
Text Example
White with #AC113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC113A; }
p { color: rgb(172,17,58); }
H1.HeaderClassName
{
color: #AC113A;
}
.AnyTagClassName
{
color: #AC113A;
}
</style>
background-color css
<style>
a { background-color: #AC113A; }
a { background-color: rgb(172,17,58); }
div.DivClassName
{
background-color: #AC113A;
}
.BgClassName
{
background-color: #AC113A;
}
</style>
border-color css
<style>
span { border-color: #AC113A; }
span { border-color: rgb(172,17,58); }
td.TdClassName
{
border-color: #AC113A;
}
.TagClassName
{
border-color: #AC113A;
}
</style>