Shades of Cardinal #AC1529
Tints of Cardinal #AC1529
RGB
CMYK
RGB Variations
Color information
#AC1529 (or 0xAC1529) is known color: Cardinal. HEX triplet: AC, 15 and 29. RGB value is (172,21,41). Sum of RGB (Red+Green+Blue) = 172+21+41=234 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.50% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 41 (16.41% from 255 or 17.52% from 234); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1529 is #53EAD6. Grayscale: #444444. Windows color (decimal): -5499607 or 2692524. OLE color: 2692524.
HSL color Cylindrical-coordinate representation of color #AC1529: hue angle of 352.05º 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 #AC1529 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 21 | 41 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.33 |
| HSL | 352.05º | 0.78% | 0.38% | - |
| HSV(B) | 352.05º | 0.88% | 0.67% | - |
| XYZ | 17.68 | 9.47 | 2.99 | - |
| YUV | 68.43 | 112.53 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 21 | 41 | 0 | 0.88 | 0.76 | 0.33 | 352.05 | 0.78 | 0.38 |
| Hex | AC | 15 | 29 | 0 | 58 | 4C | 21 | 160 | 4E | 26 |
| Octal | 254 | 25 | 51 | 0 | 130 | 114 | 41 | 540 | 116 | 46 |
| Binary | 10101100 | 10101 | 101001 | 0 | 1011000 | 1001100 | 100001 | 101100000 | 1001110 | 100110 |
Color Harmonies of #AC1529
Complementary color
Monochromatic Colors of #AC1529
Black with #AC1529
Text Example
Text Example
White with #AC1529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1529; }
p { color: rgb(172,21,41); }
H1.HeaderClassName
{
color: #AC1529;
}
.AnyTagClassName
{
color: #AC1529;
}
</style>
background-color css
<style>
a { background-color: #AC1529; }
a { background-color: rgb(172,21,41); }
div.DivClassName
{
background-color: #AC1529;
}
.BgClassName
{
background-color: #AC1529;
}
</style>
border-color css
<style>
span { border-color: #AC1529; }
span { border-color: rgb(172,21,41); }
td.TdClassName
{
border-color: #AC1529;
}
.TagClassName
{
border-color: #AC1529;
}
</style>