Shades of Cardinal #AC142C
Tints of Cardinal #AC142C
RGB
CMYK
RGB Variations
Color information
#AC142C (or 0xAC142C) is known color: Cardinal. HEX triplet: AC, 14 and 2C. RGB value is (172,20,44). Sum of RGB (Red+Green+Blue) = 172+20+44=236 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.88% from 236); Green value is 20 (8.20% from 255 or 8.47% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 172 - color contains mainly: red. Hex color #AC142C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC142C is #53EBD3. Grayscale: #444444. Windows color (decimal): -5499860 or 2888876. OLE color: 2888876.
HSL color Cylindrical-coordinate representation of color #AC142C: hue angle of 350.53º 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 #AC142C is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 44 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.33 |
| HSL | 350.53º | 0.79% | 0.38% | - |
| HSV(B) | 350.53º | 0.88% | 0.67% | - |
| XYZ | 17.72 | 9.45 | 3.27 | - |
| YUV | 68.18 | 114.36 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 44 | 0 | 0.88 | 0.74 | 0.33 | 350.53 | 0.79 | 0.38 |
| Hex | AC | 14 | 2C | 0 | 58 | 4A | 21 | 15F | 4F | 26 |
| Octal | 254 | 24 | 54 | 0 | 130 | 112 | 41 | 537 | 117 | 46 |
| Binary | 10101100 | 10100 | 101100 | 0 | 1011000 | 1001010 | 100001 | 101011111 | 1001111 | 100110 |
Color Harmonies of #AC142C
Complementary color
Monochromatic Colors of #AC142C
Black with #AC142C
Text Example
Text Example
White with #AC142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC142C; }
p { color: rgb(172,20,44); }
H1.HeaderClassName
{
color: #AC142C;
}
.AnyTagClassName
{
color: #AC142C;
}
</style>
background-color css
<style>
a { background-color: #AC142C; }
a { background-color: rgb(172,20,44); }
div.DivClassName
{
background-color: #AC142C;
}
.BgClassName
{
background-color: #AC142C;
}
</style>
border-color css
<style>
span { border-color: #AC142C; }
span { border-color: rgb(172,20,44); }
td.TdClassName
{
border-color: #AC142C;
}
.TagClassName
{
border-color: #AC142C;
}
</style>