Shades of Cardinal #AC1436
Tints of Cardinal #AC1436
RGB
CMYK
RGB Variations
Color information
#AC1436 (or 0xAC1436) is known color: Cardinal. HEX triplet: AC, 14 and 36. RGB value is (172,20,54). Sum of RGB (Red+Green+Blue) = 172+20+54=246 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.92% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 54 (21.48% from 255 or 21.95% from 246); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1436 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1436 is #53EBC9. Grayscale: #454545. Windows color (decimal): -5499850 or 3544236. OLE color: 3544236.
HSL color Cylindrical-coordinate representation of color #AC1436: hue angle of 346.58º 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 #AC1436 is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 54 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.33 |
| HSL | 346.58º | 0.79% | 0.38% | - |
| HSV(B) | 346.58º | 0.88% | 0.67% | - |
| XYZ | 17.93 | 9.54 | 4.39 | - |
| YUV | 69.32 | 119.36 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 54 | 0 | 0.88 | 0.69 | 0.33 | 346.58 | 0.79 | 0.38 |
| Hex | AC | 14 | 36 | 0 | 58 | 45 | 21 | 15B | 4F | 26 |
| Octal | 254 | 24 | 66 | 0 | 130 | 105 | 41 | 533 | 117 | 46 |
| Binary | 10101100 | 10100 | 110110 | 0 | 1011000 | 1000101 | 100001 | 101011011 | 1001111 | 100110 |
Color Harmonies of #AC1436
Complementary color
Monochromatic Colors of #AC1436
Black with #AC1436
Text Example
Text Example
White with #AC1436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1436; }
p { color: rgb(172,20,54); }
H1.HeaderClassName
{
color: #AC1436;
}
.AnyTagClassName
{
color: #AC1436;
}
</style>
background-color css
<style>
a { background-color: #AC1436; }
a { background-color: rgb(172,20,54); }
div.DivClassName
{
background-color: #AC1436;
}
.BgClassName
{
background-color: #AC1436;
}
</style>
border-color css
<style>
span { border-color: #AC1436; }
span { border-color: rgb(172,20,54); }
td.TdClassName
{
border-color: #AC1436;
}
.TagClassName
{
border-color: #AC1436;
}
</style>