Shades of Cardinal #AA2140
Tints of Cardinal #AA2140
RGB
CMYK
RGB Variations
Color information
#AA2140 (or 0xAA2140) is known color: Cardinal. HEX triplet: AA, 21 and 40. RGB value is (170,33,64). Sum of RGB (Red+Green+Blue) = 170+33+64=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2140 is #55DEBF. Grayscale: #4D4D4D. Windows color (decimal): -5627584 or 4202922. OLE color: 4202922.
HSL color Cylindrical-coordinate representation of color #AA2140: hue angle of 346.42º 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 #AA2140 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 64 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.33 |
| HSL | 346.42º | 0.67% | 0.4% | - |
| HSV(B) | 346.42º | 0.81% | 0.67% | - |
| XYZ | 18.05 | 10 | 5.83 | - |
| YUV | 77.5 | 120.39 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 64 | 0 | 0.81 | 0.62 | 0.33 | 346.42 | 0.67 | 0.4 |
| Hex | AA | 21 | 40 | 0 | 51 | 3E | 21 | 15A | 43 | 28 |
| Octal | 252 | 41 | 100 | 0 | 121 | 76 | 41 | 532 | 103 | 50 |
| Binary | 10101010 | 100001 | 1000000 | 0 | 1010001 | 111110 | 100001 | 101011010 | 1000011 | 101000 |
Color Harmonies of #AA2140
Complementary color
Monochromatic Colors of #AA2140
Black with #AA2140
Text Example
Text Example
White with #AA2140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2140; }
p { color: rgb(170,33,64); }
H1.HeaderClassName
{
color: #AA2140;
}
.AnyTagClassName
{
color: #AA2140;
}
</style>
background-color css
<style>
a { background-color: #AA2140; }
a { background-color: rgb(170,33,64); }
div.DivClassName
{
background-color: #AA2140;
}
.BgClassName
{
background-color: #AA2140;
}
</style>
border-color css
<style>
span { border-color: #AA2140; }
span { border-color: rgb(170,33,64); }
td.TdClassName
{
border-color: #AA2140;
}
.TagClassName
{
border-color: #AA2140;
}
</style>