Shades of Sangria #A70E10
Tints of Sangria #A70E10
RGB
CMYK
RGB Variations
Color information
#A70E10 (or 0xA70E10) is known color: Sangria. HEX triplet: A7, 0E and 10. RGB value is (167,14,16). Sum of RGB (Red+Green+Blue) = 167+14+16=197 (26% of max value = 765). Red value is 167 (65.62% from 255 or 84.77% from 197); Green value is 14 (5.86% from 255 or 7.11% from 197); Blue value is 16 (6.64% from 255 or 8.12% from 197); Max value from RGB is 167 - color contains mainly: red. Hex color #A70E10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70E10 is #58F1EF. Grayscale: #3C3C3C. Windows color (decimal): -5829104 or 1052327. OLE color: 1052327.
HSL color Cylindrical-coordinate representation of color #A70E10: hue angle of 359.22º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A70E10 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 14 | 16 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.35 |
| HSL | 359.22º | 0.85% | 0.35% | - |
| HSV(B) | 359.22º | 0.92% | 0.65% | - |
| XYZ | 16.19 | 8.57 | 1.29 | - |
| YUV | 59.98 | 103.19 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 14 | 16 | 0 | 0.92 | 0.90 | 0.35 | 359.22 | 0.85 | 0.35 |
| Hex | A7 | E | 10 | 0 | 5C | 5A | 23 | 167 | 55 | 23 |
| Octal | 247 | 16 | 20 | 0 | 134 | 132 | 43 | 547 | 125 | 43 |
| Binary | 10100111 | 1110 | 10000 | 0 | 1011100 | 1011010 | 100011 | 101100111 | 1010101 | 100011 |
Color Harmonies of #A70E10
Complementary color
Monochromatic Colors of #A70E10
Black with #A70E10
Text Example
Text Example
White with #A70E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70E10; }
p { color: rgb(167,14,16); }
H1.HeaderClassName
{
color: #A70E10;
}
.AnyTagClassName
{
color: #A70E10;
}
</style>
background-color css
<style>
a { background-color: #A70E10; }
a { background-color: rgb(167,14,16); }
div.DivClassName
{
background-color: #A70E10;
}
.BgClassName
{
background-color: #A70E10;
}
</style>
border-color css
<style>
span { border-color: #A70E10; }
span { border-color: rgb(167,14,16); }
td.TdClassName
{
border-color: #A70E10;
}
.TagClassName
{
border-color: #A70E10;
}
</style>