Shades of Cardinal #AA162F
Tints of Cardinal #AA162F
RGB
CMYK
RGB Variations
Color information
#AA162F (or 0xAA162F) is known color: Cardinal. HEX triplet: AA, 16 and 2F. RGB value is (170,22,47). Sum of RGB (Red+Green+Blue) = 170+22+47=239 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.13% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 170 - color contains mainly: red. Hex color #AA162F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA162F is #55E9D0. Grayscale: #454545. Windows color (decimal): -5630417 or 3085994. OLE color: 3085994.
HSL color Cylindrical-coordinate representation of color #AA162F: hue angle of 349.86º 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 #AA162F is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 22 | 47 | - |
| CMYK | 0 | 0.87 | 0.72 | 0.33 |
| HSL | 349.86º | 0.77% | 0.38% | - |
| HSV(B) | 349.86º | 0.87% | 0.67% | - |
| XYZ | 17.38 | 9.33 | 3.57 | - |
| YUV | 69.1 | 115.53 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 22 | 47 | 0 | 0.87 | 0.72 | 0.33 | 349.86 | 0.77 | 0.38 |
| Hex | AA | 16 | 2F | 0 | 57 | 48 | 21 | 15E | 4D | 26 |
| Octal | 252 | 26 | 57 | 0 | 127 | 110 | 41 | 536 | 115 | 46 |
| Binary | 10101010 | 10110 | 101111 | 0 | 1010111 | 1001000 | 100001 | 101011110 | 1001101 | 100110 |
Color Harmonies of #AA162F
Complementary color
Monochromatic Colors of #AA162F
Black with #AA162F
Text Example
Text Example
White with #AA162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA162F; }
p { color: rgb(170,22,47); }
H1.HeaderClassName
{
color: #AA162F;
}
.AnyTagClassName
{
color: #AA162F;
}
</style>
background-color css
<style>
a { background-color: #AA162F; }
a { background-color: rgb(170,22,47); }
div.DivClassName
{
background-color: #AA162F;
}
.BgClassName
{
background-color: #AA162F;
}
</style>
border-color css
<style>
span { border-color: #AA162F; }
span { border-color: rgb(170,22,47); }
td.TdClassName
{
border-color: #AA162F;
}
.TagClassName
{
border-color: #AA162F;
}
</style>