Shades of Sangria #AA020A
Tints of Sangria #AA020A
RGB
CMYK
RGB Variations
Color information
#AA020A (or 0xAA020A) is known color: Sangria. HEX triplet: AA, 02 and 0A. RGB value is (170,2,10). Sum of RGB (Red+Green+Blue) = 170+2+10=182 (24% of max value = 765). Red value is 170 (66.80% from 255 or 93.41% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 10 (4.30% from 255 or 5.49% from 182); Max value from RGB is 170 - color contains mainly: red. Hex color #AA020A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA020A is #55FDF5. Grayscale: #353535. Windows color (decimal): -5635574 or 656042. OLE color: 656042.
HSL color Cylindrical-coordinate representation of color #AA020A: hue angle of 357.14º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA020A is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 2 | 10 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.33 |
| HSL | 357.14º | 0.98% | 0.34% | - |
| HSV(B) | 357.14º | 0.99% | 0.67% | - |
| XYZ | 16.65 | 8.61 | 1.07 | - |
| YUV | 53.14 | 103.66 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 10 | 0 | 0.99 | 0.94 | 0.33 | 357.14 | 0.98 | 0.34 |
| Hex | AA | 2 | A | 0 | 63 | 5E | 21 | 165 | 62 | 22 |
| Octal | 252 | 2 | 12 | 0 | 143 | 136 | 41 | 545 | 142 | 42 |
| Binary | 10101010 | 10 | 1010 | 0 | 1100011 | 1011110 | 100001 | 101100101 | 1100010 | 100010 |
Color Harmonies of #AA020A
Complementary color
Monochromatic Colors of #AA020A
Black with #AA020A
Text Example
Text Example
White with #AA020A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA020A; }
p { color: rgb(170,2,10); }
H1.HeaderClassName
{
color: #AA020A;
}
.AnyTagClassName
{
color: #AA020A;
}
</style>
background-color css
<style>
a { background-color: #AA020A; }
a { background-color: rgb(170,2,10); }
div.DivClassName
{
background-color: #AA020A;
}
.BgClassName
{
background-color: #AA020A;
}
</style>
border-color css
<style>
span { border-color: #AA020A; }
span { border-color: rgb(170,2,10); }
td.TdClassName
{
border-color: #AA020A;
}
.TagClassName
{
border-color: #AA020A;
}
</style>