Shades of Cardinal #AA0B3E
Tints of Cardinal #AA0B3E
RGB
CMYK
RGB Variations
Color information
#AA0B3E (or 0xAA0B3E) is known color: Cardinal. HEX triplet: AA, 0B and 3E. RGB value is (170,11,62). Sum of RGB (Red+Green+Blue) = 170+11+62=243 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.96% from 243); Green value is 11 (4.69% from 255 or 4.53% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0B3E is #55F4C1. Grayscale: #404040. Windows color (decimal): -5633218 or 4066218. OLE color: 4066218.
HSL color Cylindrical-coordinate representation of color #AA0B3E: hue angle of 340.75º 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 #AA0B3E is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 11 | 62 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.33 |
| HSL | 340.75º | 0.88% | 0.35% | - |
| HSV(B) | 340.75º | 0.94% | 0.67% | - |
| XYZ | 17.57 | 9.13 | 5.39 | - |
| YUV | 64.36 | 126.68 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 11 | 62 | 0 | 0.94 | 0.64 | 0.33 | 340.75 | 0.88 | 0.35 |
| Hex | AA | B | 3E | 0 | 5E | 40 | 21 | 155 | 58 | 23 |
| Octal | 252 | 13 | 76 | 0 | 136 | 100 | 41 | 525 | 130 | 43 |
| Binary | 10101010 | 1011 | 111110 | 0 | 1011110 | 1000000 | 100001 | 101010101 | 1011000 | 100011 |
Color Harmonies of #AA0B3E
Complementary color
Monochromatic Colors of #AA0B3E
Black with #AA0B3E
Text Example
Text Example
White with #AA0B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0B3E; }
p { color: rgb(170,11,62); }
H1.HeaderClassName
{
color: #AA0B3E;
}
.AnyTagClassName
{
color: #AA0B3E;
}
</style>
background-color css
<style>
a { background-color: #AA0B3E; }
a { background-color: rgb(170,11,62); }
div.DivClassName
{
background-color: #AA0B3E;
}
.BgClassName
{
background-color: #AA0B3E;
}
</style>
border-color css
<style>
span { border-color: #AA0B3E; }
span { border-color: rgb(170,11,62); }
td.TdClassName
{
border-color: #AA0B3E;
}
.TagClassName
{
border-color: #AA0B3E;
}
</style>