Shades of Cardinal #AC1540
Tints of Cardinal #AC1540
RGB
CMYK
RGB Variations
Color information
#AC1540 (or 0xAC1540) is known color: Cardinal. HEX triplet: AC, 15 and 40. RGB value is (172,21,64). Sum of RGB (Red+Green+Blue) = 172+21+64=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1540 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1540 is #53EABF. Grayscale: #474747. Windows color (decimal): -5499584 or 4199852. OLE color: 4199852.
HSL color Cylindrical-coordinate representation of color #AC1540: hue angle of 342.91º degrees, saturation: 0.78, 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 #AC1540 is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 21 | 64 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.33 |
| HSL | 342.91º | 0.78% | 0.38% | - |
| HSV(B) | 342.91º | 0.88% | 0.67% | - |
| XYZ | 18.21 | 9.68 | 5.76 | - |
| YUV | 71.05 | 124.03 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 21 | 64 | 0 | 0.88 | 0.63 | 0.33 | 342.91 | 0.78 | 0.38 |
| Hex | AC | 15 | 40 | 0 | 58 | 3F | 21 | 157 | 4E | 26 |
| Octal | 254 | 25 | 100 | 0 | 130 | 77 | 41 | 527 | 116 | 46 |
| Binary | 10101100 | 10101 | 1000000 | 0 | 1011000 | 111111 | 100001 | 101010111 | 1001110 | 100110 |
Color Harmonies of #AC1540
Complementary color
Monochromatic Colors of #AC1540
Black with #AC1540
Text Example
Text Example
White with #AC1540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1540; }
p { color: rgb(172,21,64); }
H1.HeaderClassName
{
color: #AC1540;
}
.AnyTagClassName
{
color: #AC1540;
}
</style>
background-color css
<style>
a { background-color: #AC1540; }
a { background-color: rgb(172,21,64); }
div.DivClassName
{
background-color: #AC1540;
}
.BgClassName
{
background-color: #AC1540;
}
</style>
border-color css
<style>
span { border-color: #AC1540; }
span { border-color: rgb(172,21,64); }
td.TdClassName
{
border-color: #AC1540;
}
.TagClassName
{
border-color: #AC1540;
}
</style>