Shades of Cardinal #AC162D
Tints of Cardinal #AC162D
RGB
CMYK
RGB Variations
Color information
#AC162D (or 0xAC162D) is known color: Cardinal. HEX triplet: AC, 16 and 2D. RGB value is (172,22,45). Sum of RGB (Red+Green+Blue) = 172+22+45=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC162D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC162D is #53E9D2. Grayscale: #454545. Windows color (decimal): -5499347 or 2954924. OLE color: 2954924.
HSL color Cylindrical-coordinate representation of color #AC162D: hue angle of 350.8º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC162D is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 22 | 45 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.33 |
| HSL | 350.8º | 0.77% | 0.38% | - |
| HSV(B) | 350.8º | 0.87% | 0.67% | - |
| XYZ | 17.77 | 9.53 | 3.39 | - |
| YUV | 69.47 | 114.2 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 22 | 45 | 0 | 0.87 | 0.74 | 0.33 | 350.8 | 0.77 | 0.38 |
| Hex | AC | 16 | 2D | 0 | 57 | 4A | 21 | 15F | 4D | 26 |
| Octal | 254 | 26 | 55 | 0 | 127 | 112 | 41 | 537 | 115 | 46 |
| Binary | 10101100 | 10110 | 101101 | 0 | 1010111 | 1001010 | 100001 | 101011111 | 1001101 | 100110 |
Color Harmonies of #AC162D
Complementary color
Monochromatic Colors of #AC162D
Black with #AC162D
Text Example
Text Example
White with #AC162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC162D; }
p { color: rgb(172,22,45); }
H1.HeaderClassName
{
color: #AC162D;
}
.AnyTagClassName
{
color: #AC162D;
}
</style>
background-color css
<style>
a { background-color: #AC162D; }
a { background-color: rgb(172,22,45); }
div.DivClassName
{
background-color: #AC162D;
}
.BgClassName
{
background-color: #AC162D;
}
</style>
border-color css
<style>
span { border-color: #AC162D; }
span { border-color: rgb(172,22,45); }
td.TdClassName
{
border-color: #AC162D;
}
.TagClassName
{
border-color: #AC162D;
}
</style>