Shades of Cardinal #AC142D
Tints of Cardinal #AC142D
RGB
CMYK
RGB Variations
Color information
#AC142D (or 0xAC142D) is known color: Cardinal. HEX triplet: AC, 14 and 2D. RGB value is (172,20,45). Sum of RGB (Red+Green+Blue) = 172+20+45=237 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.57% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 172 - color contains mainly: red. Hex color #AC142D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC142D is #53EBD2. Grayscale: #444444. Windows color (decimal): -5499859 or 2954412. OLE color: 2954412.
HSL color Cylindrical-coordinate representation of color #AC142D: hue angle of 350.13º 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 #AC142D is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 45 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.33 |
| HSL | 350.13º | 0.79% | 0.38% | - |
| HSV(B) | 350.13º | 0.88% | 0.67% | - |
| XYZ | 17.74 | 9.46 | 3.37 | - |
| YUV | 68.3 | 114.86 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 45 | 0 | 0.88 | 0.74 | 0.33 | 350.13 | 0.79 | 0.38 |
| Hex | AC | 14 | 2D | 0 | 58 | 4A | 21 | 15E | 4F | 26 |
| Octal | 254 | 24 | 55 | 0 | 130 | 112 | 41 | 536 | 117 | 46 |
| Binary | 10101100 | 10100 | 101101 | 0 | 1011000 | 1001010 | 100001 | 101011110 | 1001111 | 100110 |
Color Harmonies of #AC142D
Complementary color
Monochromatic Colors of #AC142D
Black with #AC142D
Text Example
Text Example
White with #AC142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC142D; }
p { color: rgb(172,20,45); }
H1.HeaderClassName
{
color: #AC142D;
}
.AnyTagClassName
{
color: #AC142D;
}
</style>
background-color css
<style>
a { background-color: #AC142D; }
a { background-color: rgb(172,20,45); }
div.DivClassName
{
background-color: #AC142D;
}
.BgClassName
{
background-color: #AC142D;
}
</style>
border-color css
<style>
span { border-color: #AC142D; }
span { border-color: rgb(172,20,45); }
td.TdClassName
{
border-color: #AC142D;
}
.TagClassName
{
border-color: #AC142D;
}
</style>