Shades of Sangria #A00E10
Tints of Sangria #A00E10
RGB
CMYK
RGB Variations
Color information
#A00E10 (or 0xA00E10) is known color: Sangria. HEX triplet: A0, 0E and 10. RGB value is (160,14,16). Sum of RGB (Red+Green+Blue) = 160+14+16=190 (25% of max value = 765). Red value is 160 (62.89% from 255 or 84.21% from 190); Green value is 14 (5.86% from 255 or 7.37% from 190); Blue value is 16 (6.64% from 255 or 8.42% from 190); Max value from RGB is 160 - color contains mainly: red. Hex color #A00E10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00E10 is #5FF1EF. Grayscale: #3A3A3A. Windows color (decimal): -6287856 or 1052320. OLE color: 1052320.
HSL color Cylindrical-coordinate representation of color #A00E10: hue angle of 359.18º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A00E10 is Cyan = 0, Magento = 0.91, Yellow = 0.9 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 14 | 16 | - |
| CMYK | 0 | 0.91 | 0.9 | 0.37 |
| HSL | 359.18º | 0.84% | 0.34% | - |
| HSV(B) | 359.18º | 0.91% | 0.63% | - |
| XYZ | 14.75 | 7.83 | 1.22 | - |
| YUV | 57.88 | 104.37 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 14 | 16 | 0 | 0.91 | 0.9 | 0.37 | 359.18 | 0.84 | 0.34 |
| Hex | A0 | E | 10 | 0 | 5B | 5A | 25 | 167 | 54 | 22 |
| Octal | 240 | 16 | 20 | 0 | 133 | 132 | 45 | 547 | 124 | 42 |
| Binary | 10100000 | 1110 | 10000 | 0 | 1011011 | 1011010 | 100101 | 101100111 | 1010100 | 100010 |
Color Harmonies of #A00E10
Complementary color
Monochromatic Colors of #A00E10
Black with #A00E10
Text Example
Text Example
White with #A00E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00E10; }
p { color: rgb(160,14,16); }
H1.HeaderClassName
{
color: #A00E10;
}
.AnyTagClassName
{
color: #A00E10;
}
</style>
background-color css
<style>
a { background-color: #A00E10; }
a { background-color: rgb(160,14,16); }
div.DivClassName
{
background-color: #A00E10;
}
.BgClassName
{
background-color: #A00E10;
}
</style>
border-color css
<style>
span { border-color: #A00E10; }
span { border-color: rgb(160,14,16); }
td.TdClassName
{
border-color: #A00E10;
}
.TagClassName
{
border-color: #A00E10;
}
</style>