Shades of Cardinal #AA162B
Tints of Cardinal #AA162B
RGB
CMYK
RGB Variations
Color information
#AA162B (or 0xAA162B) is known color: Cardinal. HEX triplet: AA, 16 and 2B. RGB value is (170,22,43). Sum of RGB (Red+Green+Blue) = 170+22+43=235 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.34% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 170 - color contains mainly: red. Hex color #AA162B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA162B is #55E9D4. Grayscale: #444444. Windows color (decimal): -5630421 or 2823850. OLE color: 2823850.
HSL color Cylindrical-coordinate representation of color #AA162B: hue angle of 351.49º 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 #AA162B is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 22 | 43 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.33 |
| HSL | 351.49º | 0.77% | 0.38% | - |
| HSV(B) | 351.49º | 0.87% | 0.67% | - |
| XYZ | 17.3 | 9.29 | 3.17 | - |
| YUV | 68.65 | 113.53 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 22 | 43 | 0 | 0.87 | 0.75 | 0.33 | 351.49 | 0.77 | 0.38 |
| Hex | AA | 16 | 2B | 0 | 57 | 4B | 21 | 15F | 4D | 26 |
| Octal | 252 | 26 | 53 | 0 | 127 | 113 | 41 | 537 | 115 | 46 |
| Binary | 10101010 | 10110 | 101011 | 0 | 1010111 | 1001011 | 100001 | 101011111 | 1001101 | 100110 |
Color Harmonies of #AA162B
Complementary color
Monochromatic Colors of #AA162B
Black with #AA162B
Text Example
Text Example
White with #AA162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA162B; }
p { color: rgb(170,22,43); }
H1.HeaderClassName
{
color: #AA162B;
}
.AnyTagClassName
{
color: #AA162B;
}
</style>
background-color css
<style>
a { background-color: #AA162B; }
a { background-color: rgb(170,22,43); }
div.DivClassName
{
background-color: #AA162B;
}
.BgClassName
{
background-color: #AA162B;
}
</style>
border-color css
<style>
span { border-color: #AA162B; }
span { border-color: rgb(170,22,43); }
td.TdClassName
{
border-color: #AA162B;
}
.TagClassName
{
border-color: #AA162B;
}
</style>