Shades of Sangria #A00A0E
Tints of Sangria #A00A0E
RGB
CMYK
RGB Variations
Color information
#A00A0E (or 0xA00A0E) is known color: Sangria. HEX triplet: A0, 0A and 0E. RGB value is (160,10,14). Sum of RGB (Red+Green+Blue) = 160+10+14=184 (24% of max value = 765). Red value is 160 (62.89% from 255 or 86.96% from 184); Green value is 10 (4.30% from 255 or 5.43% from 184); Blue value is 14 (5.86% from 255 or 7.61% from 184); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00A0E is #5FF5F1. Grayscale: #373737. Windows color (decimal): -6288882 or 920224. OLE color: 920224.
HSL color Cylindrical-coordinate representation of color #A00A0E: hue angle of 358.4º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00A0E is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 10 | 14 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.37 |
| HSL | 358.4º | 0.88% | 0.33% | - |
| HSV(B) | 358.4º | 0.94% | 0.63% | - |
| XYZ | 14.69 | 7.72 | 1.13 | - |
| YUV | 55.31 | 104.7 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 14 | 0 | 0.94 | 0.91 | 0.37 | 358.4 | 0.88 | 0.33 |
| Hex | A0 | A | E | 0 | 5E | 5B | 25 | 166 | 58 | 21 |
| Octal | 240 | 12 | 16 | 0 | 136 | 133 | 45 | 546 | 130 | 41 |
| Binary | 10100000 | 1010 | 1110 | 0 | 1011110 | 1011011 | 100101 | 101100110 | 1011000 | 100001 |
Color Harmonies of #A00A0E
Complementary color
Monochromatic Colors of #A00A0E
Black with #A00A0E
Text Example
Text Example
White with #A00A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00A0E; }
p { color: rgb(160,10,14); }
H1.HeaderClassName
{
color: #A00A0E;
}
.AnyTagClassName
{
color: #A00A0E;
}
</style>
background-color css
<style>
a { background-color: #A00A0E; }
a { background-color: rgb(160,10,14); }
div.DivClassName
{
background-color: #A00A0E;
}
.BgClassName
{
background-color: #A00A0E;
}
</style>
border-color css
<style>
span { border-color: #A00A0E; }
span { border-color: rgb(160,10,14); }
td.TdClassName
{
border-color: #A00A0E;
}
.TagClassName
{
border-color: #A00A0E;
}
</style>