Shades of Sangria #A0050A
Tints of Sangria #A0050A
RGB
CMYK
RGB Variations
Color information
#A0050A (or 0xA0050A) is known color: Sangria. HEX triplet: A0, 05 and 0A. RGB value is (160,5,10). Sum of RGB (Red+Green+Blue) = 160+5+10=175 (23% of max value = 765). Red value is 160 (62.89% from 255 or 91.43% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 10 (4.30% from 255 or 5.71% from 175); Max value from RGB is 160 - color contains mainly: red. Hex color #A0050A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0050A is #5FFAF5. Grayscale: #343434. Windows color (decimal): -6290166 or 656800. OLE color: 656800.
HSL color Cylindrical-coordinate representation of color #A0050A: hue angle of 358.06º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A0050A is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 5 | 10 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.37 |
| HSL | 358.06º | 0.94% | 0.32% | - |
| HSV(B) | 358.06º | 0.97% | 0.63% | - |
| XYZ | 14.61 | 7.6 | 0.99 | - |
| YUV | 51.92 | 104.35 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 10 | 0 | 0.97 | 0.94 | 0.37 | 358.06 | 0.94 | 0.32 |
| Hex | A0 | 5 | A | 0 | 61 | 5E | 25 | 166 | 5E | 20 |
| Octal | 240 | 5 | 12 | 0 | 141 | 136 | 45 | 546 | 136 | 40 |
| Binary | 10100000 | 101 | 1010 | 0 | 1100001 | 1011110 | 100101 | 101100110 | 1011110 | 100000 |
Color Harmonies of #A0050A
Complementary color
Monochromatic Colors of #A0050A
Black with #A0050A
Text Example
Text Example
White with #A0050A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0050A; }
p { color: rgb(160,5,10); }
H1.HeaderClassName
{
color: #A0050A;
}
.AnyTagClassName
{
color: #A0050A;
}
</style>
background-color css
<style>
a { background-color: #A0050A; }
a { background-color: rgb(160,5,10); }
div.DivClassName
{
background-color: #A0050A;
}
.BgClassName
{
background-color: #A0050A;
}
</style>
border-color css
<style>
span { border-color: #A0050A; }
span { border-color: rgb(160,5,10); }
td.TdClassName
{
border-color: #A0050A;
}
.TagClassName
{
border-color: #A0050A;
}
</style>