Shades of Cardinal #AA0F39
Tints of Cardinal #AA0F39
RGB
CMYK
RGB Variations
Color information
#AA0F39 (or 0xAA0F39) is known color: Cardinal. HEX triplet: AA, 0F and 39. RGB value is (170,15,57). Sum of RGB (Red+Green+Blue) = 170+15+57=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 57 (22.66% from 255 or 23.55% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0F39 is #55F0C6. Grayscale: #424242. Windows color (decimal): -5632199 or 3739562. OLE color: 3739562.
HSL color Cylindrical-coordinate representation of color #AA0F39: hue angle of 343.74º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA0F39 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 15 | 57 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.33 |
| HSL | 343.74º | 0.84% | 0.36% | - |
| HSV(B) | 343.74º | 0.91% | 0.67% | - |
| XYZ | 17.49 | 9.18 | 4.72 | - |
| YUV | 66.13 | 122.85 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 15 | 57 | 0 | 0.91 | 0.66 | 0.33 | 343.74 | 0.84 | 0.36 |
| Hex | AA | F | 39 | 0 | 5B | 42 | 21 | 158 | 54 | 24 |
| Octal | 252 | 17 | 71 | 0 | 133 | 102 | 41 | 530 | 124 | 44 |
| Binary | 10101010 | 1111 | 111001 | 0 | 1011011 | 1000010 | 100001 | 101011000 | 1010100 | 100100 |
Color Harmonies of #AA0F39
Complementary color
Monochromatic Colors of #AA0F39
Black with #AA0F39
Text Example
Text Example
White with #AA0F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0F39; }
p { color: rgb(170,15,57); }
H1.HeaderClassName
{
color: #AA0F39;
}
.AnyTagClassName
{
color: #AA0F39;
}
</style>
background-color css
<style>
a { background-color: #AA0F39; }
a { background-color: rgb(170,15,57); }
div.DivClassName
{
background-color: #AA0F39;
}
.BgClassName
{
background-color: #AA0F39;
}
</style>
border-color css
<style>
span { border-color: #AA0F39; }
span { border-color: rgb(170,15,57); }
td.TdClassName
{
border-color: #AA0F39;
}
.TagClassName
{
border-color: #AA0F39;
}
</style>