Shades of Cardinal #AA0B39
Tints of Cardinal #AA0B39
RGB
CMYK
RGB Variations
Color information
#AA0B39 (or 0xAA0B39) is known color: Cardinal. HEX triplet: AA, 0B and 39. RGB value is (170,11,57). Sum of RGB (Red+Green+Blue) = 170+11+57=238 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.43% from 238); Green value is 11 (4.69% from 255 or 4.62% from 238); Blue value is 57 (22.66% from 255 or 23.95% from 238); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0B39 is #55F4C6. Grayscale: #3F3F3F. Windows color (decimal): -5633223 or 3738538. OLE color: 3738538.
HSL color Cylindrical-coordinate representation of color #AA0B39: hue angle of 342.64º 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 #AA0B39 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 11 | 57 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.33 |
| HSL | 342.64º | 0.88% | 0.35% | - |
| HSV(B) | 342.64º | 0.94% | 0.67% | - |
| XYZ | 17.44 | 9.08 | 4.7 | - |
| YUV | 63.79 | 124.18 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 11 | 57 | 0 | 0.94 | 0.66 | 0.33 | 342.64 | 0.88 | 0.35 |
| Hex | AA | B | 39 | 0 | 5E | 42 | 21 | 157 | 58 | 23 |
| Octal | 252 | 13 | 71 | 0 | 136 | 102 | 41 | 527 | 130 | 43 |
| Binary | 10101010 | 1011 | 111001 | 0 | 1011110 | 1000010 | 100001 | 101010111 | 1011000 | 100011 |
Color Harmonies of #AA0B39
Complementary color
Monochromatic Colors of #AA0B39
Black with #AA0B39
Text Example
Text Example
White with #AA0B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0B39; }
p { color: rgb(170,11,57); }
H1.HeaderClassName
{
color: #AA0B39;
}
.AnyTagClassName
{
color: #AA0B39;
}
</style>
background-color css
<style>
a { background-color: #AA0B39; }
a { background-color: rgb(170,11,57); }
div.DivClassName
{
background-color: #AA0B39;
}
.BgClassName
{
background-color: #AA0B39;
}
</style>
border-color css
<style>
span { border-color: #AA0B39; }
span { border-color: rgb(170,11,57); }
td.TdClassName
{
border-color: #AA0B39;
}
.TagClassName
{
border-color: #AA0B39;
}
</style>