Shades of Cardinal #AA2038
Tints of Cardinal #AA2038
RGB
CMYK
RGB Variations
Color information
#AA2038 (or 0xAA2038) is known color: Cardinal. HEX triplet: AA, 20 and 38. RGB value is (170,32,56). Sum of RGB (Red+Green+Blue) = 170+32+56=258 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.89% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2038 is #55DFC7. Grayscale: #4C4C4C. Windows color (decimal): -5627848 or 3678378. OLE color: 3678378.
HSL color Cylindrical-coordinate representation of color #AA2038: hue angle of 349.57º 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 #AA2038 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 32 | 56 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.33 |
| HSL | 349.57º | 0.68% | 0.4% | - |
| HSV(B) | 349.57º | 0.81% | 0.67% | - |
| XYZ | 17.81 | 9.86 | 4.71 | - |
| YUV | 76 | 116.72 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 56 | 0 | 0.81 | 0.67 | 0.33 | 349.57 | 0.68 | 0.4 |
| Hex | AA | 20 | 38 | 0 | 51 | 43 | 21 | 15E | 44 | 28 |
| Octal | 252 | 40 | 70 | 0 | 121 | 103 | 41 | 536 | 104 | 50 |
| Binary | 10101010 | 100000 | 111000 | 0 | 1010001 | 1000011 | 100001 | 101011110 | 1000100 | 101000 |
Color Harmonies of #AA2038
Complementary color
Monochromatic Colors of #AA2038
Black with #AA2038
Text Example
Text Example
White with #AA2038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2038; }
p { color: rgb(170,32,56); }
H1.HeaderClassName
{
color: #AA2038;
}
.AnyTagClassName
{
color: #AA2038;
}
</style>
background-color css
<style>
a { background-color: #AA2038; }
a { background-color: rgb(170,32,56); }
div.DivClassName
{
background-color: #AA2038;
}
.BgClassName
{
background-color: #AA2038;
}
</style>
border-color css
<style>
span { border-color: #AA2038; }
span { border-color: rgb(170,32,56); }
td.TdClassName
{
border-color: #AA2038;
}
.TagClassName
{
border-color: #AA2038;
}
</style>