Shades of Cardinal #AC1942
Tints of Cardinal #AC1942
RGB
CMYK
RGB Variations
Color information
#AC1942 (or 0xAC1942) is known color: Cardinal. HEX triplet: AC, 19 and 42. RGB value is (172,25,66). Sum of RGB (Red+Green+Blue) = 172+25+66=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1942 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1942 is #53E6BD. Grayscale: #494949. Windows color (decimal): -5498558 or 4331948. OLE color: 4331948.
HSL color Cylindrical-coordinate representation of color #AC1942: hue angle of 343.27º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1942 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 25 | 66 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.33 |
| HSL | 343.27º | 0.75% | 0.39% | - |
| HSV(B) | 343.27º | 0.85% | 0.67% | - |
| XYZ | 18.34 | 9.86 | 6.09 | - |
| YUV | 73.63 | 123.7 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 25 | 66 | 0 | 0.85 | 0.62 | 0.33 | 343.27 | 0.75 | 0.39 |
| Hex | AC | 19 | 42 | 0 | 55 | 3E | 21 | 157 | 4B | 27 |
| Octal | 254 | 31 | 102 | 0 | 125 | 76 | 41 | 527 | 113 | 47 |
| Binary | 10101100 | 11001 | 1000010 | 0 | 1010101 | 111110 | 100001 | 101010111 | 1001011 | 100111 |
Color Harmonies of #AC1942
Complementary color
Monochromatic Colors of #AC1942
Black with #AC1942
Text Example
Text Example
White with #AC1942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1942; }
p { color: rgb(172,25,66); }
H1.HeaderClassName
{
color: #AC1942;
}
.AnyTagClassName
{
color: #AC1942;
}
</style>
background-color css
<style>
a { background-color: #AC1942; }
a { background-color: rgb(172,25,66); }
div.DivClassName
{
background-color: #AC1942;
}
.BgClassName
{
background-color: #AC1942;
}
</style>
border-color css
<style>
span { border-color: #AC1942; }
span { border-color: rgb(172,25,66); }
td.TdClassName
{
border-color: #AC1942;
}
.TagClassName
{
border-color: #AC1942;
}
</style>