Shades of Cardinal #AA162E
Tints of Cardinal #AA162E
RGB
CMYK
RGB Variations
Color information
#AA162E (or 0xAA162E) is known color: Cardinal. HEX triplet: AA, 16 and 2E. RGB value is (170,22,46). Sum of RGB (Red+Green+Blue) = 170+22+46=238 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.43% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 46 (18.36% from 255 or 19.33% from 238); Max value from RGB is 170 - color contains mainly: red. Hex color #AA162E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA162E is #55E9D1. Grayscale: #454545. Windows color (decimal): -5630418 or 3020458. OLE color: 3020458.
HSL color Cylindrical-coordinate representation of color #AA162E: hue angle of 350.27º 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 #AA162E is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 22 | 46 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.33 |
| HSL | 350.27º | 0.77% | 0.38% | - |
| HSV(B) | 350.27º | 0.87% | 0.67% | - |
| XYZ | 17.36 | 9.32 | 3.47 | - |
| YUV | 68.99 | 115.03 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 22 | 46 | 0 | 0.87 | 0.73 | 0.33 | 350.27 | 0.77 | 0.38 |
| Hex | AA | 16 | 2E | 0 | 57 | 49 | 21 | 15E | 4D | 26 |
| Octal | 252 | 26 | 56 | 0 | 127 | 111 | 41 | 536 | 115 | 46 |
| Binary | 10101010 | 10110 | 101110 | 0 | 1010111 | 1001001 | 100001 | 101011110 | 1001101 | 100110 |
Color Harmonies of #AA162E
Complementary color
Monochromatic Colors of #AA162E
Black with #AA162E
Text Example
Text Example
White with #AA162E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA162E; }
p { color: rgb(170,22,46); }
H1.HeaderClassName
{
color: #AA162E;
}
.AnyTagClassName
{
color: #AA162E;
}
</style>
background-color css
<style>
a { background-color: #AA162E; }
a { background-color: rgb(170,22,46); }
div.DivClassName
{
background-color: #AA162E;
}
.BgClassName
{
background-color: #AA162E;
}
</style>
border-color css
<style>
span { border-color: #AA162E; }
span { border-color: rgb(170,22,46); }
td.TdClassName
{
border-color: #AA162E;
}
.TagClassName
{
border-color: #AA162E;
}
</style>