Shades of Cardinal #AA112E
Tints of Cardinal #AA112E
RGB
CMYK
RGB Variations
Color information
#AA112E (or 0xAA112E) is known color: Cardinal. HEX triplet: AA, 11 and 2E. RGB value is (170,17,46). Sum of RGB (Red+Green+Blue) = 170+17+46=233 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.96% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 46 (18.36% from 255 or 19.74% from 233); Max value from RGB is 170 - color contains mainly: red. Hex color #AA112E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA112E is #55EED1. Grayscale: #424242. Windows color (decimal): -5631698 or 3019178. OLE color: 3019178.
HSL color Cylindrical-coordinate representation of color #AA112E: hue angle of 348.63º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA112E is Cyan = 0, Magento = 0.9, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 46 | - |
| CMYK | 0 | 0.9 | 0.73 | 0.33 |
| HSL | 348.63º | 0.82% | 0.37% | - |
| HSV(B) | 348.63º | 0.9% | 0.67% | - |
| XYZ | 17.27 | 9.14 | 3.44 | - |
| YUV | 66.05 | 116.69 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 46 | 0 | 0.9 | 0.73 | 0.33 | 348.63 | 0.82 | 0.37 |
| Hex | AA | 11 | 2E | 0 | 5A | 49 | 21 | 15D | 52 | 25 |
| Octal | 252 | 21 | 56 | 0 | 132 | 111 | 41 | 535 | 122 | 45 |
| Binary | 10101010 | 10001 | 101110 | 0 | 1011010 | 1001001 | 100001 | 101011101 | 1010010 | 100101 |
Color Harmonies of #AA112E
Complementary color
Monochromatic Colors of #AA112E
Black with #AA112E
Text Example
Text Example
White with #AA112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA112E; }
p { color: rgb(170,17,46); }
H1.HeaderClassName
{
color: #AA112E;
}
.AnyTagClassName
{
color: #AA112E;
}
</style>
background-color css
<style>
a { background-color: #AA112E; }
a { background-color: rgb(170,17,46); }
div.DivClassName
{
background-color: #AA112E;
}
.BgClassName
{
background-color: #AA112E;
}
</style>
border-color css
<style>
span { border-color: #AA112E; }
span { border-color: rgb(170,17,46); }
td.TdClassName
{
border-color: #AA112E;
}
.TagClassName
{
border-color: #AA112E;
}
</style>