Shades of Sangria #A00D0E
Tints of Sangria #A00D0E
RGB
CMYK
RGB Variations
Color information
#A00D0E (or 0xA00D0E) is known color: Sangria. HEX triplet: A0, 0D and 0E. RGB value is (160,13,14). Sum of RGB (Red+Green+Blue) = 160+13+14=187 (24% of max value = 765). Red value is 160 (62.89% from 255 or 85.56% from 187); Green value is 13 (5.47% from 255 or 6.95% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 160 - color contains mainly: red. Hex color #A00D0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00D0E is #5FF2F1. Grayscale: #393939. Windows color (decimal): -6288114 or 920992. OLE color: 920992.
HSL color Cylindrical-coordinate representation of color #A00D0E: hue angle of 359.59º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A00D0E is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 13 | 14 | - |
| CMYK | 0 | 0.92 | 0.91 | 0.37 |
| HSL | 359.59º | 0.85% | 0.34% | - |
| HSV(B) | 359.59º | 0.92% | 0.63% | - |
| XYZ | 14.72 | 7.79 | 1.14 | - |
| YUV | 57.07 | 103.7 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 13 | 14 | 0 | 0.92 | 0.91 | 0.37 | 359.59 | 0.85 | 0.34 |
| Hex | A0 | D | E | 0 | 5C | 5B | 25 | 168 | 55 | 22 |
| Octal | 240 | 15 | 16 | 0 | 134 | 133 | 45 | 550 | 125 | 42 |
| Binary | 10100000 | 1101 | 1110 | 0 | 1011100 | 1011011 | 100101 | 101101000 | 1010101 | 100010 |
Color Harmonies of #A00D0E
Complementary color
Monochromatic Colors of #A00D0E
Black with #A00D0E
Text Example
Text Example
White with #A00D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00D0E; }
p { color: rgb(160,13,14); }
H1.HeaderClassName
{
color: #A00D0E;
}
.AnyTagClassName
{
color: #A00D0E;
}
</style>
background-color css
<style>
a { background-color: #A00D0E; }
a { background-color: rgb(160,13,14); }
div.DivClassName
{
background-color: #A00D0E;
}
.BgClassName
{
background-color: #A00D0E;
}
</style>
border-color css
<style>
span { border-color: #A00D0E; }
span { border-color: rgb(160,13,14); }
td.TdClassName
{
border-color: #A00D0E;
}
.TagClassName
{
border-color: #A00D0E;
}
</style>