Shades of Cardinal #AA203B
Tints of Cardinal #AA203B
RGB
CMYK
RGB Variations
Color information
#AA203B (or 0xAA203B) is known color: Cardinal. HEX triplet: AA, 20 and 3B. RGB value is (170,32,59). Sum of RGB (Red+Green+Blue) = 170+32+59=261 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.13% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 59 (23.44% from 255 or 22.61% from 261); Max value from RGB is 170 - color contains mainly: red. Hex color #AA203B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA203B is #55DFC4. Grayscale: #4C4C4C. Windows color (decimal): -5627845 or 3874986. OLE color: 3874986.
HSL color Cylindrical-coordinate representation of color #AA203B: hue angle of 348.26º 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 #AA203B is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 32 | 59 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.33 |
| HSL | 348.26º | 0.68% | 0.4% | - |
| HSV(B) | 348.26º | 0.81% | 0.67% | - |
| XYZ | 17.88 | 9.89 | 5.11 | - |
| YUV | 76.34 | 118.22 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 59 | 0 | 0.81 | 0.65 | 0.33 | 348.26 | 0.68 | 0.4 |
| Hex | AA | 20 | 3B | 0 | 51 | 41 | 21 | 15C | 44 | 28 |
| Octal | 252 | 40 | 73 | 0 | 121 | 101 | 41 | 534 | 104 | 50 |
| Binary | 10101010 | 100000 | 111011 | 0 | 1010001 | 1000001 | 100001 | 101011100 | 1000100 | 101000 |
Color Harmonies of #AA203B
Complementary color
Monochromatic Colors of #AA203B
Black with #AA203B
Text Example
Text Example
White with #AA203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA203B; }
p { color: rgb(170,32,59); }
H1.HeaderClassName
{
color: #AA203B;
}
.AnyTagClassName
{
color: #AA203B;
}
</style>
background-color css
<style>
a { background-color: #AA203B; }
a { background-color: rgb(170,32,59); }
div.DivClassName
{
background-color: #AA203B;
}
.BgClassName
{
background-color: #AA203B;
}
</style>
border-color css
<style>
span { border-color: #AA203B; }
span { border-color: rgb(170,32,59); }
td.TdClassName
{
border-color: #AA203B;
}
.TagClassName
{
border-color: #AA203B;
}
</style>