Shades of Cardinal #AC1429
Tints of Cardinal #AC1429
RGB
CMYK
RGB Variations
Color information
#AC1429 (or 0xAC1429) is known color: Cardinal. HEX triplet: AC, 14 and 29. RGB value is (172,20,41). Sum of RGB (Red+Green+Blue) = 172+20+41=233 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.82% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1429 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1429 is #53EBD6. Grayscale: #434343. Windows color (decimal): -5499863 or 2692268. OLE color: 2692268.
HSL color Cylindrical-coordinate representation of color #AC1429: hue angle of 351.71º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC1429 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 41 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.33 |
| HSL | 351.71º | 0.79% | 0.38% | - |
| HSV(B) | 351.71º | 0.88% | 0.67% | - |
| XYZ | 17.66 | 9.43 | 2.99 | - |
| YUV | 67.84 | 112.86 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 41 | 0 | 0.88 | 0.76 | 0.33 | 351.71 | 0.79 | 0.38 |
| Hex | AC | 14 | 29 | 0 | 58 | 4C | 21 | 160 | 4F | 26 |
| Octal | 254 | 24 | 51 | 0 | 130 | 114 | 41 | 540 | 117 | 46 |
| Binary | 10101100 | 10100 | 101001 | 0 | 1011000 | 1001100 | 100001 | 101100000 | 1001111 | 100110 |
Color Harmonies of #AC1429
Complementary color
Monochromatic Colors of #AC1429
Black with #AC1429
Text Example
Text Example
White with #AC1429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1429; }
p { color: rgb(172,20,41); }
H1.HeaderClassName
{
color: #AC1429;
}
.AnyTagClassName
{
color: #AC1429;
}
</style>
background-color css
<style>
a { background-color: #AC1429; }
a { background-color: rgb(172,20,41); }
div.DivClassName
{
background-color: #AC1429;
}
.BgClassName
{
background-color: #AC1429;
}
</style>
border-color css
<style>
span { border-color: #AC1429; }
span { border-color: rgb(172,20,41); }
td.TdClassName
{
border-color: #AC1429;
}
.TagClassName
{
border-color: #AC1429;
}
</style>