Shades of Cardinal #AA2237
Tints of Cardinal #AA2237
RGB
CMYK
RGB Variations
Color information
#AA2237 (or 0xAA2237) is known color: Cardinal. HEX triplet: AA, 22 and 37. RGB value is (170,34,55). Sum of RGB (Red+Green+Blue) = 170+34+55=259 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.64% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 55 (21.88% from 255 or 21.24% from 259); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2237 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2237 is #55DDC8. Grayscale: #4D4D4D. Windows color (decimal): -5627337 or 3613354. OLE color: 3613354.
HSL color Cylindrical-coordinate representation of color #AA2237: hue angle of 350.74º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA2237 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 55 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.33 |
| HSL | 350.74º | 0.67% | 0.4% | - |
| HSV(B) | 350.74º | 0.8% | 0.67% | - |
| XYZ | 17.84 | 9.97 | 4.6 | - |
| YUV | 77.06 | 115.56 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 55 | 0 | 0.80 | 0.68 | 0.33 | 350.74 | 0.67 | 0.4 |
| Hex | AA | 22 | 37 | 0 | 50 | 44 | 21 | 15F | 43 | 28 |
| Octal | 252 | 42 | 67 | 0 | 120 | 104 | 41 | 537 | 103 | 50 |
| Binary | 10101010 | 100010 | 110111 | 0 | 1010000 | 1000100 | 100001 | 101011111 | 1000011 | 101000 |
Color Harmonies of #AA2237
Complementary color
Monochromatic Colors of #AA2237
Black with #AA2237
Text Example
Text Example
White with #AA2237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2237; }
p { color: rgb(170,34,55); }
H1.HeaderClassName
{
color: #AA2237;
}
.AnyTagClassName
{
color: #AA2237;
}
</style>
background-color css
<style>
a { background-color: #AA2237; }
a { background-color: rgb(170,34,55); }
div.DivClassName
{
background-color: #AA2237;
}
.BgClassName
{
background-color: #AA2237;
}
</style>
border-color css
<style>
span { border-color: #AA2237; }
span { border-color: rgb(170,34,55); }
td.TdClassName
{
border-color: #AA2237;
}
.TagClassName
{
border-color: #AA2237;
}
</style>