Shades of Sangria #AA050D
Tints of Sangria #AA050D
RGB
CMYK
RGB Variations
Color information
#AA050D (or 0xAA050D) is known color: Sangria. HEX triplet: AA, 05 and 0D. RGB value is (170,5,13). Sum of RGB (Red+Green+Blue) = 170+5+13=188 (24% of max value = 765). Red value is 170 (66.80% from 255 or 90.43% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 170 - color contains mainly: red. Hex color #AA050D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA050D is #55FAF2. Grayscale: #373737. Windows color (decimal): -5634803 or 853418. OLE color: 853418.
HSL color Cylindrical-coordinate representation of color #AA050D: hue angle of 357.09º 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 #AA050D is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 13 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.33 |
| HSL | 357.09º | 0.94% | 0.34% | - |
| HSV(B) | 357.09º | 0.97% | 0.67% | - |
| XYZ | 16.7 | 8.68 | 1.18 | - |
| YUV | 55.25 | 104.16 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 13 | 0 | 0.97 | 0.92 | 0.33 | 357.09 | 0.94 | 0.34 |
| Hex | AA | 5 | D | 0 | 61 | 5C | 21 | 165 | 5E | 22 |
| Octal | 252 | 5 | 15 | 0 | 141 | 134 | 41 | 545 | 136 | 42 |
| Binary | 10101010 | 101 | 1101 | 0 | 1100001 | 1011100 | 100001 | 101100101 | 1011110 | 100010 |
Color Harmonies of #AA050D
Complementary color
Monochromatic Colors of #AA050D
Black with #AA050D
Text Example
Text Example
White with #AA050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA050D; }
p { color: rgb(170,5,13); }
H1.HeaderClassName
{
color: #AA050D;
}
.AnyTagClassName
{
color: #AA050D;
}
</style>
background-color css
<style>
a { background-color: #AA050D; }
a { background-color: rgb(170,5,13); }
div.DivClassName
{
background-color: #AA050D;
}
.BgClassName
{
background-color: #AA050D;
}
</style>
border-color css
<style>
span { border-color: #AA050D; }
span { border-color: rgb(170,5,13); }
td.TdClassName
{
border-color: #AA050D;
}
.TagClassName
{
border-color: #AA050D;
}
</style>