Shades of Cardinal #AA0F32
Tints of Cardinal #AA0F32
RGB
CMYK
RGB Variations
Color information
#AA0F32 (or 0xAA0F32) is known color: Cardinal. HEX triplet: AA, 0F and 32. RGB value is (170,15,50). Sum of RGB (Red+Green+Blue) = 170+15+50=235 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.34% from 235); Green value is 15 (6.25% from 255 or 6.38% from 235); Blue value is 50 (19.92% from 255 or 21.28% from 235); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0F32 is #55F0CD. Grayscale: #414141. Windows color (decimal): -5632206 or 3280810. OLE color: 3280810.
HSL color Cylindrical-coordinate representation of color #AA0F32: hue angle of 346.45º 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 #AA0F32 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 15 | 50 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.33 |
| HSL | 346.45º | 0.84% | 0.36% | - |
| HSV(B) | 346.45º | 0.91% | 0.67% | - |
| XYZ | 17.32 | 9.12 | 3.86 | - |
| YUV | 65.34 | 119.35 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 15 | 50 | 0 | 0.91 | 0.71 | 0.33 | 346.45 | 0.84 | 0.36 |
| Hex | AA | F | 32 | 0 | 5B | 47 | 21 | 15A | 54 | 24 |
| Octal | 252 | 17 | 62 | 0 | 133 | 107 | 41 | 532 | 124 | 44 |
| Binary | 10101010 | 1111 | 110010 | 0 | 1011011 | 1000111 | 100001 | 101011010 | 1010100 | 100100 |
Color Harmonies of #AA0F32
Complementary color
Monochromatic Colors of #AA0F32
Black with #AA0F32
Text Example
Text Example
White with #AA0F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0F32; }
p { color: rgb(170,15,50); }
H1.HeaderClassName
{
color: #AA0F32;
}
.AnyTagClassName
{
color: #AA0F32;
}
</style>
background-color css
<style>
a { background-color: #AA0F32; }
a { background-color: rgb(170,15,50); }
div.DivClassName
{
background-color: #AA0F32;
}
.BgClassName
{
background-color: #AA0F32;
}
</style>
border-color css
<style>
span { border-color: #AA0F32; }
span { border-color: rgb(170,15,50); }
td.TdClassName
{
border-color: #AA0F32;
}
.TagClassName
{
border-color: #AA0F32;
}
</style>