Shades of Cardinal #AA0F2F
Tints of Cardinal #AA0F2F
RGB
CMYK
RGB Variations
Color information
#AA0F2F (or 0xAA0F2F) is known color: Cardinal. HEX triplet: AA, 0F and 2F. RGB value is (170,15,47). Sum of RGB (Red+Green+Blue) = 170+15+47=232 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.28% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0F2F is #55F0D0. Grayscale: #414141. Windows color (decimal): -5632209 or 3084202. OLE color: 3084202.
HSL color Cylindrical-coordinate representation of color #AA0F2F: hue angle of 347.61º 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 #AA0F2F is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 15 | 47 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.33 |
| HSL | 347.61º | 0.84% | 0.36% | - |
| HSV(B) | 347.61º | 0.91% | 0.67% | - |
| XYZ | 17.26 | 9.09 | 3.53 | - |
| YUV | 64.99 | 117.85 | 202.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 15 | 47 | 0 | 0.91 | 0.72 | 0.33 | 347.61 | 0.84 | 0.36 |
| Hex | AA | F | 2F | 0 | 5B | 48 | 21 | 15C | 54 | 24 |
| Octal | 252 | 17 | 57 | 0 | 133 | 110 | 41 | 534 | 124 | 44 |
| Binary | 10101010 | 1111 | 101111 | 0 | 1011011 | 1001000 | 100001 | 101011100 | 1010100 | 100100 |
Color Harmonies of #AA0F2F
Complementary color
Monochromatic Colors of #AA0F2F
Black with #AA0F2F
Text Example
Text Example
White with #AA0F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0F2F; }
p { color: rgb(170,15,47); }
H1.HeaderClassName
{
color: #AA0F2F;
}
.AnyTagClassName
{
color: #AA0F2F;
}
</style>
background-color css
<style>
a { background-color: #AA0F2F; }
a { background-color: rgb(170,15,47); }
div.DivClassName
{
background-color: #AA0F2F;
}
.BgClassName
{
background-color: #AA0F2F;
}
</style>
border-color css
<style>
span { border-color: #AA0F2F; }
span { border-color: rgb(170,15,47); }
td.TdClassName
{
border-color: #AA0F2F;
}
.TagClassName
{
border-color: #AA0F2F;
}
</style>