Shades of Cardinal #AA2135
Tints of Cardinal #AA2135
RGB
CMYK
RGB Variations
Color information
#AA2135 (or 0xAA2135) is known color: Cardinal. HEX triplet: AA, 21 and 35. RGB value is (170,33,53). Sum of RGB (Red+Green+Blue) = 170+33+53=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2135 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2135 is #55DECA. Grayscale: #4C4C4C. Windows color (decimal): -5627595 or 3482026. OLE color: 3482026.
HSL color Cylindrical-coordinate representation of color #AA2135: hue angle of 351.24º 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 #AA2135 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 53 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.33 |
| HSL | 351.24º | 0.67% | 0.4% | - |
| HSV(B) | 351.24º | 0.81% | 0.67% | - |
| XYZ | 17.76 | 9.89 | 4.34 | - |
| YUV | 76.24 | 114.89 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 53 | 0 | 0.81 | 0.69 | 0.33 | 351.24 | 0.67 | 0.4 |
| Hex | AA | 21 | 35 | 0 | 51 | 45 | 21 | 15F | 43 | 28 |
| Octal | 252 | 41 | 65 | 0 | 121 | 105 | 41 | 537 | 103 | 50 |
| Binary | 10101010 | 100001 | 110101 | 0 | 1010001 | 1000101 | 100001 | 101011111 | 1000011 | 101000 |
Color Harmonies of #AA2135
Complementary color
Monochromatic Colors of #AA2135
Black with #AA2135
Text Example
Text Example
White with #AA2135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2135; }
p { color: rgb(170,33,53); }
H1.HeaderClassName
{
color: #AA2135;
}
.AnyTagClassName
{
color: #AA2135;
}
</style>
background-color css
<style>
a { background-color: #AA2135; }
a { background-color: rgb(170,33,53); }
div.DivClassName
{
background-color: #AA2135;
}
.BgClassName
{
background-color: #AA2135;
}
</style>
border-color css
<style>
span { border-color: #AA2135; }
span { border-color: rgb(170,33,53); }
td.TdClassName
{
border-color: #AA2135;
}
.TagClassName
{
border-color: #AA2135;
}
</style>