Shades of Sangria #AA000B
Tints of Sangria #AA000B
RGB
CMYK
RGB Variations
Color information
#AA000B (or 0xAA000B) is known color: Sangria. HEX triplet: AA, 00 and 0B. RGB value is (170,0,11). Sum of RGB (Red+Green+Blue) = 170+0+11=181 (23% of max value = 765). Red value is 170 (66.80% from 255 or 93.92% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 11 (4.69% from 255 or 6.08% from 181); Max value from RGB is 170 - color contains mainly: red. Hex color #AA000B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA000B is #55FFF4. Grayscale: #343434. Windows color (decimal): -5636085 or 721066. OLE color: 721066.
HSL color Cylindrical-coordinate representation of color #AA000B: hue angle of 356.12º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA000B is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.94 | 0.33 |
| HSL | 356.12º | 1% | 0.33% | - |
| HSV(B) | 356.12º | 1% | 0.67% | - |
| XYZ | 16.64 | 8.57 | 1.09 | - |
| YUV | 52.08 | 104.82 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 11 | 0 | 1 | 0.94 | 0.33 | 356.12 | 1 | 0.33 |
| Hex | AA | 0 | B | 0 | 64 | 5E | 21 | 164 | 64 | 21 |
| Octal | 252 | 0 | 13 | 0 | 144 | 136 | 41 | 544 | 144 | 41 |
| Binary | 10101010 | 0 | 1011 | 0 | 1100100 | 1011110 | 100001 | 101100100 | 1100100 | 100001 |
Color Harmonies of #AA000B
Complementary color
Monochromatic Colors of #AA000B
Black with #AA000B
Text Example
Text Example
White with #AA000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA000B; }
p { color: rgb(170,0,11); }
H1.HeaderClassName
{
color: #AA000B;
}
.AnyTagClassName
{
color: #AA000B;
}
</style>
background-color css
<style>
a { background-color: #AA000B; }
a { background-color: rgb(170,0,11); }
div.DivClassName
{
background-color: #AA000B;
}
.BgClassName
{
background-color: #AA000B;
}
</style>
border-color css
<style>
span { border-color: #AA000B; }
span { border-color: rgb(170,0,11); }
td.TdClassName
{
border-color: #AA000B;
}
.TagClassName
{
border-color: #AA000B;
}
</style>