Shades of Cardinal #AA162A
Tints of Cardinal #AA162A
RGB
CMYK
RGB Variations
Color information
#AA162A (or 0xAA162A) is known color: Cardinal. HEX triplet: AA, 16 and 2A. RGB value is (170,22,42). Sum of RGB (Red+Green+Blue) = 170+22+42=234 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.65% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 170 - color contains mainly: red. Hex color #AA162A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA162A is #55E9D5. Grayscale: #444444. Windows color (decimal): -5630422 or 2758314. OLE color: 2758314.
HSL color Cylindrical-coordinate representation of color #AA162A: hue angle of 351.89º 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 #AA162A is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 22 | 42 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.33 |
| HSL | 351.89º | 0.77% | 0.38% | - |
| HSV(B) | 351.89º | 0.87% | 0.67% | - |
| XYZ | 17.28 | 9.29 | 3.07 | - |
| YUV | 68.53 | 113.03 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 22 | 42 | 0 | 0.87 | 0.75 | 0.33 | 351.89 | 0.77 | 0.38 |
| Hex | AA | 16 | 2A | 0 | 57 | 4B | 21 | 160 | 4D | 26 |
| Octal | 252 | 26 | 52 | 0 | 127 | 113 | 41 | 540 | 115 | 46 |
| Binary | 10101010 | 10110 | 101010 | 0 | 1010111 | 1001011 | 100001 | 101100000 | 1001101 | 100110 |
Color Harmonies of #AA162A
Complementary color
Monochromatic Colors of #AA162A
Black with #AA162A
Text Example
Text Example
White with #AA162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA162A; }
p { color: rgb(170,22,42); }
H1.HeaderClassName
{
color: #AA162A;
}
.AnyTagClassName
{
color: #AA162A;
}
</style>
background-color css
<style>
a { background-color: #AA162A; }
a { background-color: rgb(170,22,42); }
div.DivClassName
{
background-color: #AA162A;
}
.BgClassName
{
background-color: #AA162A;
}
</style>
border-color css
<style>
span { border-color: #AA162A; }
span { border-color: rgb(170,22,42); }
td.TdClassName
{
border-color: #AA162A;
}
.TagClassName
{
border-color: #AA162A;
}
</style>