Shades of Cardinal #AA1E37
Tints of Cardinal #AA1E37
RGB
CMYK
RGB Variations
Color information
#AA1E37 (or 0xAA1E37) is known color: Cardinal. HEX triplet: AA, 1E and 37. RGB value is (170,30,55). Sum of RGB (Red+Green+Blue) = 170+30+55=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 30 (12.11% from 255 or 11.76% from 255); Blue value is 55 (21.88% from 255 or 21.57% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1E37 is #55E1C8. Grayscale: #4A4A4A. Windows color (decimal): -5628361 or 3612330. OLE color: 3612330.
HSL color Cylindrical-coordinate representation of color #AA1E37: hue angle of 349.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 #AA1E37 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 30 | 55 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.33 |
| HSL | 349.29º | 0.7% | 0.39% | - |
| HSV(B) | 349.29º | 0.82% | 0.67% | - |
| XYZ | 17.73 | 9.75 | 4.56 | - |
| YUV | 74.71 | 116.88 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 30 | 55 | 0 | 0.82 | 0.68 | 0.33 | 349.29 | 0.7 | 0.39 |
| Hex | AA | 1E | 37 | 0 | 52 | 44 | 21 | 15D | 46 | 27 |
| Octal | 252 | 36 | 67 | 0 | 122 | 104 | 41 | 535 | 106 | 47 |
| Binary | 10101010 | 11110 | 110111 | 0 | 1010010 | 1000100 | 100001 | 101011101 | 1000110 | 100111 |
Color Harmonies of #AA1E37
Complementary color
Monochromatic Colors of #AA1E37
Black with #AA1E37
Text Example
Text Example
White with #AA1E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1E37; }
p { color: rgb(170,30,55); }
H1.HeaderClassName
{
color: #AA1E37;
}
.AnyTagClassName
{
color: #AA1E37;
}
</style>
background-color css
<style>
a { background-color: #AA1E37; }
a { background-color: rgb(170,30,55); }
div.DivClassName
{
background-color: #AA1E37;
}
.BgClassName
{
background-color: #AA1E37;
}
</style>
border-color css
<style>
span { border-color: #AA1E37; }
span { border-color: rgb(170,30,55); }
td.TdClassName
{
border-color: #AA1E37;
}
.TagClassName
{
border-color: #AA1E37;
}
</style>