Shades of Cardinal #AA0B3F
Tints of Cardinal #AA0B3F
RGB
CMYK
RGB Variations
Color information
#AA0B3F (or 0xAA0B3F) is known color: Cardinal. HEX triplet: AA, 0B and 3F. RGB value is (170,11,63). Sum of RGB (Red+Green+Blue) = 170+11+63=244 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.67% from 244); Green value is 11 (4.69% from 255 or 4.51% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0B3F is #55F4C0. Grayscale: #404040. Windows color (decimal): -5633217 or 4131754. OLE color: 4131754.
HSL color Cylindrical-coordinate representation of color #AA0B3F: hue angle of 340.38º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0B3F is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 11 | 63 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.33 |
| HSL | 340.38º | 0.88% | 0.35% | - |
| HSV(B) | 340.38º | 0.94% | 0.67% | - |
| XYZ | 17.59 | 9.14 | 5.54 | - |
| YUV | 64.47 | 127.18 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 11 | 63 | 0 | 0.94 | 0.63 | 0.33 | 340.38 | 0.88 | 0.35 |
| Hex | AA | B | 3F | 0 | 5E | 3F | 21 | 154 | 58 | 23 |
| Octal | 252 | 13 | 77 | 0 | 136 | 77 | 41 | 524 | 130 | 43 |
| Binary | 10101010 | 1011 | 111111 | 0 | 1011110 | 111111 | 100001 | 101010100 | 1011000 | 100011 |
Color Harmonies of #AA0B3F
Complementary color
Monochromatic Colors of #AA0B3F
Black with #AA0B3F
Text Example
Text Example
White with #AA0B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0B3F; }
p { color: rgb(170,11,63); }
H1.HeaderClassName
{
color: #AA0B3F;
}
.AnyTagClassName
{
color: #AA0B3F;
}
</style>
background-color css
<style>
a { background-color: #AA0B3F; }
a { background-color: rgb(170,11,63); }
div.DivClassName
{
background-color: #AA0B3F;
}
.BgClassName
{
background-color: #AA0B3F;
}
</style>
border-color css
<style>
span { border-color: #AA0B3F; }
span { border-color: rgb(170,11,63); }
td.TdClassName
{
border-color: #AA0B3F;
}
.TagClassName
{
border-color: #AA0B3F;
}
</style>