Shades of Sangria #A80C0E
Tints of Sangria #A80C0E
RGB
CMYK
RGB Variations
Color information
#A80C0E (or 0xA80C0E) is known color: Sangria. HEX triplet: A8, 0C and 0E. RGB value is (168,12,14). Sum of RGB (Red+Green+Blue) = 168+12+14=194 (25% of max value = 765). Red value is 168 (66.02% from 255 or 86.60% from 194); Green value is 12 (5.08% from 255 or 6.19% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80C0E is #57F3F1. Grayscale: #3B3B3B. Windows color (decimal): -5764082 or 920744. OLE color: 920744.
HSL color Cylindrical-coordinate representation of color #A80C0E: hue angle of 359.23º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80C0E is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 12 | 14 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.34 |
| HSL | 359.23º | 0.87% | 0.35% | - |
| HSV(B) | 359.23º | 0.93% | 0.66% | - |
| XYZ | 16.36 | 8.62 | 1.22 | - |
| YUV | 58.87 | 102.68 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 12 | 14 | 0 | 0.93 | 0.92 | 0.34 | 359.23 | 0.87 | 0.35 |
| Hex | A8 | C | E | 0 | 5D | 5C | 22 | 167 | 57 | 23 |
| Octal | 250 | 14 | 16 | 0 | 135 | 134 | 42 | 547 | 127 | 43 |
| Binary | 10101000 | 1100 | 1110 | 0 | 1011101 | 1011100 | 100010 | 101100111 | 1010111 | 100011 |
Color Harmonies of #A80C0E
Complementary color
Monochromatic Colors of #A80C0E
Black with #A80C0E
Text Example
Text Example
White with #A80C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80C0E; }
p { color: rgb(168,12,14); }
H1.HeaderClassName
{
color: #A80C0E;
}
.AnyTagClassName
{
color: #A80C0E;
}
</style>
background-color css
<style>
a { background-color: #A80C0E; }
a { background-color: rgb(168,12,14); }
div.DivClassName
{
background-color: #A80C0E;
}
.BgClassName
{
background-color: #A80C0E;
}
</style>
border-color css
<style>
span { border-color: #A80C0E; }
span { border-color: rgb(168,12,14); }
td.TdClassName
{
border-color: #A80C0E;
}
.TagClassName
{
border-color: #A80C0E;
}
</style>