Shades of Cardinal #AA0239
Tints of Cardinal #AA0239
RGB
CMYK
RGB Variations
Color information
#AA0239 (or 0xAA0239) is known color: Cardinal. HEX triplet: AA, 02 and 39. RGB value is (170,2,57). Sum of RGB (Red+Green+Blue) = 170+2+57=229 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.24% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 57 (22.66% from 255 or 24.89% from 229); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0239 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0239 is #55FDC6. Grayscale: #3A3A3A. Windows color (decimal): -5635527 or 3736234. OLE color: 3736234.
HSL color Cylindrical-coordinate representation of color #AA0239: hue angle of 340.36º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA0239 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 2 | 57 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.33 |
| HSL | 340.36º | 0.98% | 0.34% | - |
| HSV(B) | 340.36º | 0.99% | 0.67% | - |
| XYZ | 17.34 | 8.88 | 4.67 | - |
| YUV | 58.5 | 127.16 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 57 | 0 | 0.99 | 0.66 | 0.33 | 340.36 | 0.98 | 0.34 |
| Hex | AA | 2 | 39 | 0 | 63 | 42 | 21 | 154 | 62 | 22 |
| Octal | 252 | 2 | 71 | 0 | 143 | 102 | 41 | 524 | 142 | 42 |
| Binary | 10101010 | 10 | 111001 | 0 | 1100011 | 1000010 | 100001 | 101010100 | 1100010 | 100010 |
Color Harmonies of #AA0239
Complementary color
Monochromatic Colors of #AA0239
Black with #AA0239
Text Example
Text Example
White with #AA0239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0239; }
p { color: rgb(170,2,57); }
H1.HeaderClassName
{
color: #AA0239;
}
.AnyTagClassName
{
color: #AA0239;
}
</style>
background-color css
<style>
a { background-color: #AA0239; }
a { background-color: rgb(170,2,57); }
div.DivClassName
{
background-color: #AA0239;
}
.BgClassName
{
background-color: #AA0239;
}
</style>
border-color css
<style>
span { border-color: #AA0239; }
span { border-color: rgb(170,2,57); }
td.TdClassName
{
border-color: #AA0239;
}
.TagClassName
{
border-color: #AA0239;
}
</style>