Shades of Cardinal #AA1E3E
Tints of Cardinal #AA1E3E
RGB
CMYK
RGB Variations
Color information
#AA1E3E (or 0xAA1E3E) is known color: Cardinal. HEX triplet: AA, 1E and 3E. RGB value is (170,30,62). Sum of RGB (Red+Green+Blue) = 170+30+62=262 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.89% from 262); Green value is 30 (12.11% from 255 or 11.45% from 262); Blue value is 62 (24.61% from 255 or 23.66% from 262); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1E3E is #55E1C1. Grayscale: #4B4B4B. Windows color (decimal): -5628354 or 4071082. OLE color: 4071082.
HSL color Cylindrical-coordinate representation of color #AA1E3E: hue angle of 346.29º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA1E3E is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 30 | 62 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.33 |
| HSL | 346.29º | 0.7% | 0.39% | - |
| HSV(B) | 346.29º | 0.82% | 0.67% | - |
| XYZ | 17.91 | 9.82 | 5.51 | - |
| YUV | 75.51 | 120.38 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 30 | 62 | 0 | 0.82 | 0.64 | 0.33 | 346.29 | 0.7 | 0.39 |
| Hex | AA | 1E | 3E | 0 | 52 | 40 | 21 | 15A | 46 | 27 |
| Octal | 252 | 36 | 76 | 0 | 122 | 100 | 41 | 532 | 106 | 47 |
| Binary | 10101010 | 11110 | 111110 | 0 | 1010010 | 1000000 | 100001 | 101011010 | 1000110 | 100111 |
Color Harmonies of #AA1E3E
Complementary color
Monochromatic Colors of #AA1E3E
Black with #AA1E3E
Text Example
Text Example
White with #AA1E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1E3E; }
p { color: rgb(170,30,62); }
H1.HeaderClassName
{
color: #AA1E3E;
}
.AnyTagClassName
{
color: #AA1E3E;
}
</style>
background-color css
<style>
a { background-color: #AA1E3E; }
a { background-color: rgb(170,30,62); }
div.DivClassName
{
background-color: #AA1E3E;
}
.BgClassName
{
background-color: #AA1E3E;
}
</style>
border-color css
<style>
span { border-color: #AA1E3E; }
span { border-color: rgb(170,30,62); }
td.TdClassName
{
border-color: #AA1E3E;
}
.TagClassName
{
border-color: #AA1E3E;
}
</style>