Shades of Cardinal #AC1329
Tints of Cardinal #AC1329
RGB
CMYK
RGB Variations
Color information
#AC1329 (or 0xAC1329) is known color: Cardinal. HEX triplet: AC, 13 and 29. RGB value is (172,19,41). Sum of RGB (Red+Green+Blue) = 172+19+41=232 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.14% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 41 (16.41% from 255 or 17.67% from 232); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1329 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1329 is #53ECD6. Grayscale: #434343. Windows color (decimal): -5500119 or 2692012. OLE color: 2692012.
HSL color Cylindrical-coordinate representation of color #AC1329: hue angle of 351.37º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC1329 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 41 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.33 |
| HSL | 351.37º | 0.8% | 0.37% | - |
| HSV(B) | 351.37º | 0.89% | 0.67% | - |
| XYZ | 17.65 | 9.4 | 2.98 | - |
| YUV | 67.26 | 113.19 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 41 | 0 | 0.89 | 0.76 | 0.33 | 351.37 | 0.8 | 0.37 |
| Hex | AC | 13 | 29 | 0 | 59 | 4C | 21 | 15F | 50 | 25 |
| Octal | 254 | 23 | 51 | 0 | 131 | 114 | 41 | 537 | 120 | 45 |
| Binary | 10101100 | 10011 | 101001 | 0 | 1011001 | 1001100 | 100001 | 101011111 | 1010000 | 100101 |
Color Harmonies of #AC1329
Complementary color
Monochromatic Colors of #AC1329
Black with #AC1329
Text Example
Text Example
White with #AC1329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1329; }
p { color: rgb(172,19,41); }
H1.HeaderClassName
{
color: #AC1329;
}
.AnyTagClassName
{
color: #AC1329;
}
</style>
background-color css
<style>
a { background-color: #AC1329; }
a { background-color: rgb(172,19,41); }
div.DivClassName
{
background-color: #AC1329;
}
.BgClassName
{
background-color: #AC1329;
}
</style>
border-color css
<style>
span { border-color: #AC1329; }
span { border-color: rgb(172,19,41); }
td.TdClassName
{
border-color: #AC1329;
}
.TagClassName
{
border-color: #AC1329;
}
</style>