Shades of Cardinal #AA2139
Tints of Cardinal #AA2139
RGB
CMYK
RGB Variations
Color information
#AA2139 (or 0xAA2139) is known color: Cardinal. HEX triplet: AA, 21 and 39. RGB value is (170,33,57). Sum of RGB (Red+Green+Blue) = 170+33+57=260 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.38% from 260); Green value is 33 (13.28% from 255 or 12.69% from 260); Blue value is 57 (22.66% from 255 or 21.92% from 260); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2139 is #55DEC6. Grayscale: #4C4C4C. Windows color (decimal): -5627591 or 3744170. OLE color: 3744170.
HSL color Cylindrical-coordinate representation of color #AA2139: hue angle of 349.49º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2139 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 57 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.33 |
| HSL | 349.49º | 0.67% | 0.4% | - |
| HSV(B) | 349.49º | 0.81% | 0.67% | - |
| XYZ | 17.86 | 9.93 | 4.85 | - |
| YUV | 76.7 | 116.89 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 57 | 0 | 0.81 | 0.66 | 0.33 | 349.49 | 0.67 | 0.4 |
| Hex | AA | 21 | 39 | 0 | 51 | 42 | 21 | 15D | 43 | 28 |
| Octal | 252 | 41 | 71 | 0 | 121 | 102 | 41 | 535 | 103 | 50 |
| Binary | 10101010 | 100001 | 111001 | 0 | 1010001 | 1000010 | 100001 | 101011101 | 1000011 | 101000 |
Color Harmonies of #AA2139
Complementary color
Monochromatic Colors of #AA2139
Black with #AA2139
Text Example
Text Example
White with #AA2139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2139; }
p { color: rgb(170,33,57); }
H1.HeaderClassName
{
color: #AA2139;
}
.AnyTagClassName
{
color: #AA2139;
}
</style>
background-color css
<style>
a { background-color: #AA2139; }
a { background-color: rgb(170,33,57); }
div.DivClassName
{
background-color: #AA2139;
}
.BgClassName
{
background-color: #AA2139;
}
</style>
border-color css
<style>
span { border-color: #AA2139; }
span { border-color: rgb(170,33,57); }
td.TdClassName
{
border-color: #AA2139;
}
.TagClassName
{
border-color: #AA2139;
}
</style>