Shades of Cardinal #AA213E
Tints of Cardinal #AA213E
RGB
CMYK
RGB Variations
Color information
#AA213E (or 0xAA213E) is known color: Cardinal. HEX triplet: AA, 21 and 3E. RGB value is (170,33,62). Sum of RGB (Red+Green+Blue) = 170+33+62=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 33 (13.28% from 255 or 12.45% from 265); Blue value is 62 (24.61% from 255 or 23.40% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA213E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA213E is #55DEC1. Grayscale: #4D4D4D. Windows color (decimal): -5627586 or 4071850. OLE color: 4071850.
HSL color Cylindrical-coordinate representation of color #AA213E: hue angle of 347.3º 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 #AA213E is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 62 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.33 |
| HSL | 347.3º | 0.67% | 0.4% | - |
| HSV(B) | 347.3º | 0.81% | 0.67% | - |
| XYZ | 17.99 | 9.98 | 5.54 | - |
| YUV | 77.27 | 119.39 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 62 | 0 | 0.81 | 0.64 | 0.33 | 347.3 | 0.67 | 0.4 |
| Hex | AA | 21 | 3E | 0 | 51 | 40 | 21 | 15B | 43 | 28 |
| Octal | 252 | 41 | 76 | 0 | 121 | 100 | 41 | 533 | 103 | 50 |
| Binary | 10101010 | 100001 | 111110 | 0 | 1010001 | 1000000 | 100001 | 101011011 | 1000011 | 101000 |
Color Harmonies of #AA213E
Complementary color
Monochromatic Colors of #AA213E
Black with #AA213E
Text Example
Text Example
White with #AA213E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA213E; }
p { color: rgb(170,33,62); }
H1.HeaderClassName
{
color: #AA213E;
}
.AnyTagClassName
{
color: #AA213E;
}
</style>
background-color css
<style>
a { background-color: #AA213E; }
a { background-color: rgb(170,33,62); }
div.DivClassName
{
background-color: #AA213E;
}
.BgClassName
{
background-color: #AA213E;
}
</style>
border-color css
<style>
span { border-color: #AA213E; }
span { border-color: rgb(170,33,62); }
td.TdClassName
{
border-color: #AA213E;
}
.TagClassName
{
border-color: #AA213E;
}
</style>