Shades of Cardinal #AA162C
Tints of Cardinal #AA162C
RGB
CMYK
RGB Variations
Color information
#AA162C (or 0xAA162C) is known color: Cardinal. HEX triplet: AA, 16 and 2C. RGB value is (170,22,44). Sum of RGB (Red+Green+Blue) = 170+22+44=236 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.03% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 170 - color contains mainly: red. Hex color #AA162C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA162C is #55E9D3. Grayscale: #444444. Windows color (decimal): -5630420 or 2889386. OLE color: 2889386.
HSL color Cylindrical-coordinate representation of color #AA162C: hue angle of 351.08º 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 #AA162C is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 22 | 44 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.33 |
| HSL | 351.08º | 0.77% | 0.38% | - |
| HSV(B) | 351.08º | 0.87% | 0.67% | - |
| XYZ | 17.32 | 9.3 | 3.27 | - |
| YUV | 68.76 | 114.03 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 22 | 44 | 0 | 0.87 | 0.74 | 0.33 | 351.08 | 0.77 | 0.38 |
| Hex | AA | 16 | 2C | 0 | 57 | 4A | 21 | 15F | 4D | 26 |
| Octal | 252 | 26 | 54 | 0 | 127 | 112 | 41 | 537 | 115 | 46 |
| Binary | 10101010 | 10110 | 101100 | 0 | 1010111 | 1001010 | 100001 | 101011111 | 1001101 | 100110 |
Color Harmonies of #AA162C
Complementary color
Monochromatic Colors of #AA162C
Black with #AA162C
Text Example
Text Example
White with #AA162C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA162C; }
p { color: rgb(170,22,44); }
H1.HeaderClassName
{
color: #AA162C;
}
.AnyTagClassName
{
color: #AA162C;
}
</style>
background-color css
<style>
a { background-color: #AA162C; }
a { background-color: rgb(170,22,44); }
div.DivClassName
{
background-color: #AA162C;
}
.BgClassName
{
background-color: #AA162C;
}
</style>
border-color css
<style>
span { border-color: #AA162C; }
span { border-color: rgb(170,22,44); }
td.TdClassName
{
border-color: #AA162C;
}
.TagClassName
{
border-color: #AA162C;
}
</style>