Shades of Cardinal #AC1228
Tints of Cardinal #AC1228
RGB
CMYK
RGB Variations
Color information
#AC1228 (or 0xAC1228) is known color: Cardinal. HEX triplet: AC, 12 and 28. RGB value is (172,18,40). Sum of RGB (Red+Green+Blue) = 172+18+40=230 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.78% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 40 (16.02% from 255 or 17.39% from 230); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1228 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1228 is #53EDD7. Grayscale: #424242. Windows color (decimal): -5500376 or 2626220. OLE color: 2626220.
HSL color Cylindrical-coordinate representation of color #AC1228: hue angle of 351.43º degrees, saturation: 0.81, 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 #AC1228 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 18 | 40 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.33 |
| HSL | 351.43º | 0.81% | 0.37% | - |
| HSV(B) | 351.43º | 0.9% | 0.67% | - |
| XYZ | 17.61 | 9.36 | 2.89 | - |
| YUV | 66.55 | 113.02 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 18 | 40 | 0 | 0.90 | 0.77 | 0.33 | 351.43 | 0.81 | 0.37 |
| Hex | AC | 12 | 28 | 0 | 5A | 4D | 21 | 15F | 51 | 25 |
| Octal | 254 | 22 | 50 | 0 | 132 | 115 | 41 | 537 | 121 | 45 |
| Binary | 10101100 | 10010 | 101000 | 0 | 1011010 | 1001101 | 100001 | 101011111 | 1010001 | 100101 |
Color Harmonies of #AC1228
Complementary color
Monochromatic Colors of #AC1228
Black with #AC1228
Text Example
Text Example
White with #AC1228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1228; }
p { color: rgb(172,18,40); }
H1.HeaderClassName
{
color: #AC1228;
}
.AnyTagClassName
{
color: #AC1228;
}
</style>
background-color css
<style>
a { background-color: #AC1228; }
a { background-color: rgb(172,18,40); }
div.DivClassName
{
background-color: #AC1228;
}
.BgClassName
{
background-color: #AC1228;
}
</style>
border-color css
<style>
span { border-color: #AC1228; }
span { border-color: rgb(172,18,40); }
td.TdClassName
{
border-color: #AC1228;
}
.TagClassName
{
border-color: #AC1228;
}
</style>