Shades of Cardinal #AC1C29
Tints of Cardinal #AC1C29
RGB
CMYK
RGB Variations
Color information
#AC1C29 (or 0xAC1C29) is known color: Cardinal. HEX triplet: AC, 1C and 29. RGB value is (172,28,41). Sum of RGB (Red+Green+Blue) = 172+28+41=241 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.37% from 241); Green value is 28 (11.33% from 255 or 11.62% from 241); Blue value is 41 (16.41% from 255 or 17.01% from 241); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1C29 is #53E3D6. Grayscale: #484848. Windows color (decimal): -5497815 or 2694316. OLE color: 2694316.
HSL color Cylindrical-coordinate representation of color #AC1C29: hue angle of 354.58º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC1C29 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 28 | 41 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.33 |
| HSL | 354.58º | 0.72% | 0.39% | - |
| HSV(B) | 354.58º | 0.84% | 0.67% | - |
| XYZ | 17.83 | 9.76 | 3.04 | - |
| YUV | 72.54 | 110.21 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 28 | 41 | 0 | 0.84 | 0.76 | 0.33 | 354.58 | 0.72 | 0.39 |
| Hex | AC | 1C | 29 | 0 | 54 | 4C | 21 | 163 | 48 | 27 |
| Octal | 254 | 34 | 51 | 0 | 124 | 114 | 41 | 543 | 110 | 47 |
| Binary | 10101100 | 11100 | 101001 | 0 | 1010100 | 1001100 | 100001 | 101100011 | 1001000 | 100111 |
Color Harmonies of #AC1C29
Complementary color
Monochromatic Colors of #AC1C29
Black with #AC1C29
Text Example
Text Example
White with #AC1C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1C29; }
p { color: rgb(172,28,41); }
H1.HeaderClassName
{
color: #AC1C29;
}
.AnyTagClassName
{
color: #AC1C29;
}
</style>
background-color css
<style>
a { background-color: #AC1C29; }
a { background-color: rgb(172,28,41); }
div.DivClassName
{
background-color: #AC1C29;
}
.BgClassName
{
background-color: #AC1C29;
}
</style>
border-color css
<style>
span { border-color: #AC1C29; }
span { border-color: rgb(172,28,41); }
td.TdClassName
{
border-color: #AC1C29;
}
.TagClassName
{
border-color: #AC1C29;
}
</style>