Shades of Sangria #AA050B
Tints of Sangria #AA050B
RGB
CMYK
RGB Variations
Color information
#AA050B (or 0xAA050B) is known color: Sangria. HEX triplet: AA, 05 and 0B. RGB value is (170,5,11). Sum of RGB (Red+Green+Blue) = 170+5+11=186 (24% of max value = 765). Red value is 170 (66.80% from 255 or 91.40% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 11 (4.69% from 255 or 5.91% from 186); Max value from RGB is 170 - color contains mainly: red. Hex color #AA050B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA050B is #55FAF4. Grayscale: #373737. Windows color (decimal): -5634805 or 722346. OLE color: 722346.
HSL color Cylindrical-coordinate representation of color #AA050B: hue angle of 357.82º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA050B is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 11 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.33 |
| HSL | 357.82º | 0.94% | 0.34% | - |
| HSV(B) | 357.82º | 0.97% | 0.67% | - |
| XYZ | 16.69 | 8.68 | 1.11 | - |
| YUV | 55.02 | 103.16 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 11 | 0 | 0.97 | 0.94 | 0.33 | 357.82 | 0.94 | 0.34 |
| Hex | AA | 5 | B | 0 | 61 | 5E | 21 | 166 | 5E | 22 |
| Octal | 252 | 5 | 13 | 0 | 141 | 136 | 41 | 546 | 136 | 42 |
| Binary | 10101010 | 101 | 1011 | 0 | 1100001 | 1011110 | 100001 | 101100110 | 1011110 | 100010 |
Color Harmonies of #AA050B
Complementary color
Monochromatic Colors of #AA050B
Black with #AA050B
Text Example
Text Example
White with #AA050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA050B; }
p { color: rgb(170,5,11); }
H1.HeaderClassName
{
color: #AA050B;
}
.AnyTagClassName
{
color: #AA050B;
}
</style>
background-color css
<style>
a { background-color: #AA050B; }
a { background-color: rgb(170,5,11); }
div.DivClassName
{
background-color: #AA050B;
}
.BgClassName
{
background-color: #AA050B;
}
</style>
border-color css
<style>
span { border-color: #AA050B; }
span { border-color: rgb(170,5,11); }
td.TdClassName
{
border-color: #AA050B;
}
.TagClassName
{
border-color: #AA050B;
}
</style>