Shades of Cardinal #AA0B33
Tints of Cardinal #AA0B33
RGB
CMYK
RGB Variations
Color information
#AA0B33 (or 0xAA0B33) is known color: Cardinal. HEX triplet: AA, 0B and 33. RGB value is (170,11,51). Sum of RGB (Red+Green+Blue) = 170+11+51=232 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.28% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 51 (20.31% from 255 or 21.98% from 232); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0B33 is #55F4CC. Grayscale: #3F3F3F. Windows color (decimal): -5633229 or 3345322. OLE color: 3345322.
HSL color Cylindrical-coordinate representation of color #AA0B33: hue angle of 344.91º 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 #AA0B33 is Cyan = 0, Magento = 0.94, Yellow = 0.7 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 11 | 51 | - |
| CMYK | 0 | 0.94 | 0.7 | 0.33 |
| HSL | 344.91º | 0.88% | 0.35% | - |
| HSV(B) | 344.91º | 0.94% | 0.67% | - |
| XYZ | 17.29 | 9.02 | 3.96 | - |
| YUV | 63.1 | 121.18 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 11 | 51 | 0 | 0.94 | 0.7 | 0.33 | 344.91 | 0.88 | 0.35 |
| Hex | AA | B | 33 | 0 | 5E | 46 | 21 | 159 | 58 | 23 |
| Octal | 252 | 13 | 63 | 0 | 136 | 106 | 41 | 531 | 130 | 43 |
| Binary | 10101010 | 1011 | 110011 | 0 | 1011110 | 1000110 | 100001 | 101011001 | 1011000 | 100011 |
Color Harmonies of #AA0B33
Complementary color
Monochromatic Colors of #AA0B33
Black with #AA0B33
Text Example
Text Example
White with #AA0B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0B33; }
p { color: rgb(170,11,51); }
H1.HeaderClassName
{
color: #AA0B33;
}
.AnyTagClassName
{
color: #AA0B33;
}
</style>
background-color css
<style>
a { background-color: #AA0B33; }
a { background-color: rgb(170,11,51); }
div.DivClassName
{
background-color: #AA0B33;
}
.BgClassName
{
background-color: #AA0B33;
}
</style>
border-color css
<style>
span { border-color: #AA0B33; }
span { border-color: rgb(170,11,51); }
td.TdClassName
{
border-color: #AA0B33;
}
.TagClassName
{
border-color: #AA0B33;
}
</style>