Shades of Cardinal #AA0E2E
Tints of Cardinal #AA0E2E
RGB
CMYK
RGB Variations
Color information
#AA0E2E (or 0xAA0E2E) is known color: Cardinal. HEX triplet: AA, 0E and 2E. RGB value is (170,14,46). Sum of RGB (Red+Green+Blue) = 170+14+46=230 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.91% from 230); Green value is 14 (5.86% from 255 or 6.09% from 230); Blue value is 46 (18.36% from 255 or 20% from 230); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0E2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0E2E is #55F1D1. Grayscale: #404040. Windows color (decimal): -5632466 or 3018410. OLE color: 3018410.
HSL color Cylindrical-coordinate representation of color #AA0E2E: hue angle of 347.69º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA0E2E is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 14 | 46 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.33 |
| HSL | 347.69º | 0.85% | 0.36% | - |
| HSV(B) | 347.69º | 0.92% | 0.67% | - |
| XYZ | 17.23 | 9.06 | 3.43 | - |
| YUV | 64.29 | 117.68 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 14 | 46 | 0 | 0.92 | 0.73 | 0.33 | 347.69 | 0.85 | 0.36 |
| Hex | AA | E | 2E | 0 | 5C | 49 | 21 | 15C | 55 | 24 |
| Octal | 252 | 16 | 56 | 0 | 134 | 111 | 41 | 534 | 125 | 44 |
| Binary | 10101010 | 1110 | 101110 | 0 | 1011100 | 1001001 | 100001 | 101011100 | 1010101 | 100100 |
Color Harmonies of #AA0E2E
Complementary color
Monochromatic Colors of #AA0E2E
Black with #AA0E2E
Text Example
Text Example
White with #AA0E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0E2E; }
p { color: rgb(170,14,46); }
H1.HeaderClassName
{
color: #AA0E2E;
}
.AnyTagClassName
{
color: #AA0E2E;
}
</style>
background-color css
<style>
a { background-color: #AA0E2E; }
a { background-color: rgb(170,14,46); }
div.DivClassName
{
background-color: #AA0E2E;
}
.BgClassName
{
background-color: #AA0E2E;
}
</style>
border-color css
<style>
span { border-color: #AA0E2E; }
span { border-color: rgb(170,14,46); }
td.TdClassName
{
border-color: #AA0E2E;
}
.TagClassName
{
border-color: #AA0E2E;
}
</style>