Shades of Sangria #AA0A0D
Tints of Sangria #AA0A0D
RGB
CMYK
RGB Variations
Color information
#AA0A0D (or 0xAA0A0D) is known color: Sangria. HEX triplet: AA, 0A and 0D. RGB value is (170,10,13). Sum of RGB (Red+Green+Blue) = 170+10+13=193 (25% of max value = 765). Red value is 170 (66.80% from 255 or 88.08% from 193); Green value is 10 (4.30% from 255 or 5.18% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0A0D is #55F5F2. Grayscale: #3A3A3A. Windows color (decimal): -5633523 or 854698. OLE color: 854698.
HSL color Cylindrical-coordinate representation of color #AA0A0D: hue angle of 358.88º degrees, saturation: 0.89, 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 #AA0A0D is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 10 | 13 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.33 |
| HSL | 358.88º | 0.89% | 0.35% | - |
| HSV(B) | 358.88º | 0.94% | 0.67% | - |
| XYZ | 16.76 | 8.79 | 1.19 | - |
| YUV | 58.18 | 102.51 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 10 | 13 | 0 | 0.94 | 0.92 | 0.33 | 358.88 | 0.89 | 0.35 |
| Hex | AA | A | D | 0 | 5E | 5C | 21 | 167 | 59 | 23 |
| Octal | 252 | 12 | 15 | 0 | 136 | 134 | 41 | 547 | 131 | 43 |
| Binary | 10101010 | 1010 | 1101 | 0 | 1011110 | 1011100 | 100001 | 101100111 | 1011001 | 100011 |
Color Harmonies of #AA0A0D
Complementary color
Monochromatic Colors of #AA0A0D
Black with #AA0A0D
Text Example
Text Example
White with #AA0A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0A0D; }
p { color: rgb(170,10,13); }
H1.HeaderClassName
{
color: #AA0A0D;
}
.AnyTagClassName
{
color: #AA0A0D;
}
</style>
background-color css
<style>
a { background-color: #AA0A0D; }
a { background-color: rgb(170,10,13); }
div.DivClassName
{
background-color: #AA0A0D;
}
.BgClassName
{
background-color: #AA0A0D;
}
</style>
border-color css
<style>
span { border-color: #AA0A0D; }
span { border-color: rgb(170,10,13); }
td.TdClassName
{
border-color: #AA0A0D;
}
.TagClassName
{
border-color: #AA0A0D;
}
</style>