Shades of Cardinal #AC1432
Tints of Cardinal #AC1432
RGB
CMYK
RGB Variations
Color information
#AC1432 (or 0xAC1432) is known color: Cardinal. HEX triplet: AC, 14 and 32. RGB value is (172,20,50). Sum of RGB (Red+Green+Blue) = 172+20+50=242 (32% of max value = 765). Red value is 172 (67.58% from 255 or 71.07% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1432 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1432 is #53EBCD. Grayscale: #444444. Windows color (decimal): -5499854 or 3282092. OLE color: 3282092.
HSL color Cylindrical-coordinate representation of color #AC1432: hue angle of 348.16º 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 #AC1432 is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 50 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.33 |
| HSL | 348.16º | 0.79% | 0.38% | - |
| HSV(B) | 348.16º | 0.88% | 0.67% | - |
| XYZ | 17.84 | 9.5 | 3.91 | - |
| YUV | 68.87 | 117.36 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 50 | 0 | 0.88 | 0.71 | 0.33 | 348.16 | 0.79 | 0.38 |
| Hex | AC | 14 | 32 | 0 | 58 | 47 | 21 | 15C | 4F | 26 |
| Octal | 254 | 24 | 62 | 0 | 130 | 107 | 41 | 534 | 117 | 46 |
| Binary | 10101100 | 10100 | 110010 | 0 | 1011000 | 1000111 | 100001 | 101011100 | 1001111 | 100110 |
Color Harmonies of #AC1432
Complementary color
Monochromatic Colors of #AC1432
Black with #AC1432
Text Example
Text Example
White with #AC1432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1432; }
p { color: rgb(172,20,50); }
H1.HeaderClassName
{
color: #AC1432;
}
.AnyTagClassName
{
color: #AC1432;
}
</style>
background-color css
<style>
a { background-color: #AC1432; }
a { background-color: rgb(172,20,50); }
div.DivClassName
{
background-color: #AC1432;
}
.BgClassName
{
background-color: #AC1432;
}
</style>
border-color css
<style>
span { border-color: #AC1432; }
span { border-color: rgb(172,20,50); }
td.TdClassName
{
border-color: #AC1432;
}
.TagClassName
{
border-color: #AC1432;
}
</style>