Shades of Cardinal #AC162F
Tints of Cardinal #AC162F
RGB
CMYK
RGB Variations
Color information
#AC162F (or 0xAC162F) is known color: Cardinal. HEX triplet: AC, 16 and 2F. RGB value is (172,22,47). Sum of RGB (Red+Green+Blue) = 172+22+47=241 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.37% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 172 - color contains mainly: red. Hex color #AC162F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC162F is #53E9D0. Grayscale: #454545. Windows color (decimal): -5499345 or 3085996. OLE color: 3085996.
HSL color Cylindrical-coordinate representation of color #AC162F: hue angle of 350º 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 #AC162F is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 22 | 47 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.33 |
| HSL | 350º | 0.77% | 0.38% | - |
| HSV(B) | 350º | 0.87% | 0.67% | - |
| XYZ | 17.81 | 9.55 | 3.59 | - |
| YUV | 69.7 | 115.2 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 22 | 47 | 0 | 0.87 | 0.73 | 0.33 | 350 | 0.77 | 0.38 |
| Hex | AC | 16 | 2F | 0 | 57 | 49 | 21 | 15E | 4D | 26 |
| Octal | 254 | 26 | 57 | 0 | 127 | 111 | 41 | 536 | 115 | 46 |
| Binary | 10101100 | 10110 | 101111 | 0 | 1010111 | 1001001 | 100001 | 101011110 | 1001101 | 100110 |
Color Harmonies of #AC162F
Complementary color
Monochromatic Colors of #AC162F
Black with #AC162F
Text Example
Text Example
White with #AC162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC162F; }
p { color: rgb(172,22,47); }
H1.HeaderClassName
{
color: #AC162F;
}
.AnyTagClassName
{
color: #AC162F;
}
</style>
background-color css
<style>
a { background-color: #AC162F; }
a { background-color: rgb(172,22,47); }
div.DivClassName
{
background-color: #AC162F;
}
.BgClassName
{
background-color: #AC162F;
}
</style>
border-color css
<style>
span { border-color: #AC162F; }
span { border-color: rgb(172,22,47); }
td.TdClassName
{
border-color: #AC162F;
}
.TagClassName
{
border-color: #AC162F;
}
</style>