Shades of Cardinal #AC1928
Tints of Cardinal #AC1928
RGB
CMYK
RGB Variations
Color information
#AC1928 (or 0xAC1928) is known color: Cardinal. HEX triplet: AC, 19 and 28. RGB value is (172,25,40). Sum of RGB (Red+Green+Blue) = 172+25+40=237 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.57% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 40 (16.02% from 255 or 16.88% from 237); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1928 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1928 is #53E6D7. Grayscale: #464646. Windows color (decimal): -5498584 or 2628012. OLE color: 2628012.
HSL color Cylindrical-coordinate representation of color #AC1928: hue angle of 353.88º 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 #AC1928 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 25 | 40 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.33 |
| HSL | 353.88º | 0.75% | 0.39% | - |
| HSV(B) | 353.88º | 0.85% | 0.67% | - |
| XYZ | 17.74 | 9.62 | 2.93 | - |
| YUV | 70.66 | 110.7 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 25 | 40 | 0 | 0.85 | 0.77 | 0.33 | 353.88 | 0.75 | 0.39 |
| Hex | AC | 19 | 28 | 0 | 55 | 4D | 21 | 162 | 4B | 27 |
| Octal | 254 | 31 | 50 | 0 | 125 | 115 | 41 | 542 | 113 | 47 |
| Binary | 10101100 | 11001 | 101000 | 0 | 1010101 | 1001101 | 100001 | 101100010 | 1001011 | 100111 |
Color Harmonies of #AC1928
Complementary color
Monochromatic Colors of #AC1928
Black with #AC1928
Text Example
Text Example
White with #AC1928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1928; }
p { color: rgb(172,25,40); }
H1.HeaderClassName
{
color: #AC1928;
}
.AnyTagClassName
{
color: #AC1928;
}
</style>
background-color css
<style>
a { background-color: #AC1928; }
a { background-color: rgb(172,25,40); }
div.DivClassName
{
background-color: #AC1928;
}
.BgClassName
{
background-color: #AC1928;
}
</style>
border-color css
<style>
span { border-color: #AC1928; }
span { border-color: rgb(172,25,40); }
td.TdClassName
{
border-color: #AC1928;
}
.TagClassName
{
border-color: #AC1928;
}
</style>