Shades of Cardinal #AC1440
Tints of Cardinal #AC1440
RGB
CMYK
RGB Variations
Color information
#AC1440 (or 0xAC1440) is known color: Cardinal. HEX triplet: AC, 14 and 40. RGB value is (172,20,64). Sum of RGB (Red+Green+Blue) = 172+20+64=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1440 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1440 is #53EBBF. Grayscale: #464646. Windows color (decimal): -5499840 or 4199596. OLE color: 4199596.
HSL color Cylindrical-coordinate representation of color #AC1440: hue angle of 342.63º 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 #AC1440 is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 64 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.33 |
| HSL | 342.63º | 0.79% | 0.38% | - |
| HSV(B) | 342.63º | 0.88% | 0.67% | - |
| XYZ | 18.19 | 9.64 | 5.75 | - |
| YUV | 70.46 | 124.36 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 64 | 0 | 0.88 | 0.63 | 0.33 | 342.63 | 0.79 | 0.38 |
| Hex | AC | 14 | 40 | 0 | 58 | 3F | 21 | 157 | 4F | 26 |
| Octal | 254 | 24 | 100 | 0 | 130 | 77 | 41 | 527 | 117 | 46 |
| Binary | 10101100 | 10100 | 1000000 | 0 | 1011000 | 111111 | 100001 | 101010111 | 1001111 | 100110 |
Color Harmonies of #AC1440
Complementary color
Monochromatic Colors of #AC1440
Black with #AC1440
Text Example
Text Example
White with #AC1440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1440; }
p { color: rgb(172,20,64); }
H1.HeaderClassName
{
color: #AC1440;
}
.AnyTagClassName
{
color: #AC1440;
}
</style>
background-color css
<style>
a { background-color: #AC1440; }
a { background-color: rgb(172,20,64); }
div.DivClassName
{
background-color: #AC1440;
}
.BgClassName
{
background-color: #AC1440;
}
</style>
border-color css
<style>
span { border-color: #AC1440; }
span { border-color: rgb(172,20,64); }
td.TdClassName
{
border-color: #AC1440;
}
.TagClassName
{
border-color: #AC1440;
}
</style>