Shades of Cardinal #AA213F
Tints of Cardinal #AA213F
RGB
CMYK
RGB Variations
Color information
#AA213F (or 0xAA213F) is known color: Cardinal. HEX triplet: AA, 21 and 3F. RGB value is (170,33,63). Sum of RGB (Red+Green+Blue) = 170+33+63=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA213F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA213F is #55DEC0. Grayscale: #4D4D4D. Windows color (decimal): -5627585 or 4137386. OLE color: 4137386.
HSL color Cylindrical-coordinate representation of color #AA213F: hue angle of 346.86º 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 #AA213F is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 63 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.33 |
| HSL | 346.86º | 0.67% | 0.4% | - |
| HSV(B) | 346.86º | 0.81% | 0.67% | - |
| XYZ | 18.02 | 9.99 | 5.68 | - |
| YUV | 77.38 | 119.89 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 63 | 0 | 0.81 | 0.63 | 0.33 | 346.86 | 0.67 | 0.4 |
| Hex | AA | 21 | 3F | 0 | 51 | 3F | 21 | 15B | 43 | 28 |
| Octal | 252 | 41 | 77 | 0 | 121 | 77 | 41 | 533 | 103 | 50 |
| Binary | 10101010 | 100001 | 111111 | 0 | 1010001 | 111111 | 100001 | 101011011 | 1000011 | 101000 |
Color Harmonies of #AA213F
Complementary color
Monochromatic Colors of #AA213F
Black with #AA213F
Text Example
Text Example
White with #AA213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA213F; }
p { color: rgb(170,33,63); }
H1.HeaderClassName
{
color: #AA213F;
}
.AnyTagClassName
{
color: #AA213F;
}
</style>
background-color css
<style>
a { background-color: #AA213F; }
a { background-color: rgb(170,33,63); }
div.DivClassName
{
background-color: #AA213F;
}
.BgClassName
{
background-color: #AA213F;
}
</style>
border-color css
<style>
span { border-color: #AA213F; }
span { border-color: rgb(170,33,63); }
td.TdClassName
{
border-color: #AA213F;
}
.TagClassName
{
border-color: #AA213F;
}
</style>