Shades of Cardinal #AA0A3E
Tints of Cardinal #AA0A3E
RGB
CMYK
RGB Variations
Color information
#AA0A3E (or 0xAA0A3E) is known color: Cardinal. HEX triplet: AA, 0A and 3E. RGB value is (170,10,62). Sum of RGB (Red+Green+Blue) = 170+10+62=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 10 (4.30% from 255 or 4.13% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0A3E is #55F5C1. Grayscale: #3F3F3F. Windows color (decimal): -5633474 or 4065962. OLE color: 4065962.
HSL color Cylindrical-coordinate representation of color #AA0A3E: hue angle of 340.5º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0A3E is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 10 | 62 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.33 |
| HSL | 340.5º | 0.89% | 0.35% | - |
| HSV(B) | 340.5º | 0.94% | 0.67% | - |
| XYZ | 17.56 | 9.11 | 5.39 | - |
| YUV | 63.77 | 127.01 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 10 | 62 | 0 | 0.94 | 0.64 | 0.33 | 340.5 | 0.89 | 0.35 |
| Hex | AA | A | 3E | 0 | 5E | 40 | 21 | 154 | 59 | 23 |
| Octal | 252 | 12 | 76 | 0 | 136 | 100 | 41 | 524 | 131 | 43 |
| Binary | 10101010 | 1010 | 111110 | 0 | 1011110 | 1000000 | 100001 | 101010100 | 1011001 | 100011 |
Color Harmonies of #AA0A3E
Complementary color
Monochromatic Colors of #AA0A3E
Black with #AA0A3E
Text Example
Text Example
White with #AA0A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0A3E; }
p { color: rgb(170,10,62); }
H1.HeaderClassName
{
color: #AA0A3E;
}
.AnyTagClassName
{
color: #AA0A3E;
}
</style>
background-color css
<style>
a { background-color: #AA0A3E; }
a { background-color: rgb(170,10,62); }
div.DivClassName
{
background-color: #AA0A3E;
}
.BgClassName
{
background-color: #AA0A3E;
}
</style>
border-color css
<style>
span { border-color: #AA0A3E; }
span { border-color: rgb(170,10,62); }
td.TdClassName
{
border-color: #AA0A3E;
}
.TagClassName
{
border-color: #AA0A3E;
}
</style>