Shades of Cardinal #AA2034
Tints of Cardinal #AA2034
RGB
CMYK
RGB Variations
Color information
#AA2034 (or 0xAA2034) is known color: Cardinal. HEX triplet: AA, 20 and 34. RGB value is (170,32,52). Sum of RGB (Red+Green+Blue) = 170+32+52=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2034 is #55DFCB. Grayscale: #4B4B4B. Windows color (decimal): -5627852 or 3416234. OLE color: 3416234.
HSL color Cylindrical-coordinate representation of color #AA2034: hue angle of 351.3º degrees, saturation: 0.68, 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 #AA2034 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 32 | 52 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.33 |
| HSL | 351.3º | 0.68% | 0.4% | - |
| HSV(B) | 351.3º | 0.81% | 0.67% | - |
| XYZ | 17.71 | 9.83 | 4.21 | - |
| YUV | 75.54 | 114.72 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 52 | 0 | 0.81 | 0.69 | 0.33 | 351.3 | 0.68 | 0.4 |
| Hex | AA | 20 | 34 | 0 | 51 | 45 | 21 | 15F | 44 | 28 |
| Octal | 252 | 40 | 64 | 0 | 121 | 105 | 41 | 537 | 104 | 50 |
| Binary | 10101010 | 100000 | 110100 | 0 | 1010001 | 1000101 | 100001 | 101011111 | 1000100 | 101000 |
Color Harmonies of #AA2034
Complementary color
Monochromatic Colors of #AA2034
Black with #AA2034
Text Example
Text Example
White with #AA2034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2034; }
p { color: rgb(170,32,52); }
H1.HeaderClassName
{
color: #AA2034;
}
.AnyTagClassName
{
color: #AA2034;
}
</style>
background-color css
<style>
a { background-color: #AA2034; }
a { background-color: rgb(170,32,52); }
div.DivClassName
{
background-color: #AA2034;
}
.BgClassName
{
background-color: #AA2034;
}
</style>
border-color css
<style>
span { border-color: #AA2034; }
span { border-color: rgb(170,32,52); }
td.TdClassName
{
border-color: #AA2034;
}
.TagClassName
{
border-color: #AA2034;
}
</style>