Shades of Cardinal #AA0F3E
Tints of Cardinal #AA0F3E
RGB
CMYK
RGB Variations
Color information
#AA0F3E (or 0xAA0F3E) is known color: Cardinal. HEX triplet: AA, 0F and 3E. RGB value is (170,15,62). Sum of RGB (Red+Green+Blue) = 170+15+62=247 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.83% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 62 (24.61% from 255 or 25.10% from 247); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0F3E is #55F0C1. Grayscale: #424242. Windows color (decimal): -5632194 or 4067242. OLE color: 4067242.
HSL color Cylindrical-coordinate representation of color #AA0F3E: hue angle of 341.81º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA0F3E is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 15 | 62 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.33 |
| HSL | 341.81º | 0.84% | 0.36% | - |
| HSV(B) | 341.81º | 0.91% | 0.67% | - |
| XYZ | 17.62 | 9.24 | 5.41 | - |
| YUV | 66.7 | 125.35 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 15 | 62 | 0 | 0.91 | 0.64 | 0.33 | 341.81 | 0.84 | 0.36 |
| Hex | AA | F | 3E | 0 | 5B | 40 | 21 | 156 | 54 | 24 |
| Octal | 252 | 17 | 76 | 0 | 133 | 100 | 41 | 526 | 124 | 44 |
| Binary | 10101010 | 1111 | 111110 | 0 | 1011011 | 1000000 | 100001 | 101010110 | 1010100 | 100100 |
Color Harmonies of #AA0F3E
Complementary color
Monochromatic Colors of #AA0F3E
Black with #AA0F3E
Text Example
Text Example
White with #AA0F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0F3E; }
p { color: rgb(170,15,62); }
H1.HeaderClassName
{
color: #AA0F3E;
}
.AnyTagClassName
{
color: #AA0F3E;
}
</style>
background-color css
<style>
a { background-color: #AA0F3E; }
a { background-color: rgb(170,15,62); }
div.DivClassName
{
background-color: #AA0F3E;
}
.BgClassName
{
background-color: #AA0F3E;
}
</style>
border-color css
<style>
span { border-color: #AA0F3E; }
span { border-color: rgb(170,15,62); }
td.TdClassName
{
border-color: #AA0F3E;
}
.TagClassName
{
border-color: #AA0F3E;
}
</style>