Shades of Sangria #A00C0E
Tints of Sangria #A00C0E
RGB
CMYK
RGB Variations
Color information
#A00C0E (or 0xA00C0E) is known color: Sangria. HEX triplet: A0, 0C and 0E. RGB value is (160,12,14). Sum of RGB (Red+Green+Blue) = 160+12+14=186 (24% of max value = 765). Red value is 160 (62.89% from 255 or 86.02% from 186); Green value is 12 (5.08% from 255 or 6.45% from 186); Blue value is 14 (5.86% from 255 or 7.53% from 186); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00C0E is #5FF3F1. Grayscale: #383838. Windows color (decimal): -6288370 or 920736. OLE color: 920736.
HSL color Cylindrical-coordinate representation of color #A00C0E: hue angle of 359.19º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00C0E is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 12 | 14 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.37 |
| HSL | 359.19º | 0.86% | 0.34% | - |
| HSV(B) | 359.19º | 0.93% | 0.63% | - |
| XYZ | 14.71 | 7.77 | 1.14 | - |
| YUV | 56.48 | 104.03 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 12 | 14 | 0 | 0.93 | 0.91 | 0.37 | 359.19 | 0.86 | 0.34 |
| Hex | A0 | C | E | 0 | 5D | 5B | 25 | 167 | 56 | 22 |
| Octal | 240 | 14 | 16 | 0 | 135 | 133 | 45 | 547 | 126 | 42 |
| Binary | 10100000 | 1100 | 1110 | 0 | 1011101 | 1011011 | 100101 | 101100111 | 1010110 | 100010 |
Color Harmonies of #A00C0E
Complementary color
Monochromatic Colors of #A00C0E
Black with #A00C0E
Text Example
Text Example
White with #A00C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00C0E; }
p { color: rgb(160,12,14); }
H1.HeaderClassName
{
color: #A00C0E;
}
.AnyTagClassName
{
color: #A00C0E;
}
</style>
background-color css
<style>
a { background-color: #A00C0E; }
a { background-color: rgb(160,12,14); }
div.DivClassName
{
background-color: #A00C0E;
}
.BgClassName
{
background-color: #A00C0E;
}
</style>
border-color css
<style>
span { border-color: #A00C0E; }
span { border-color: rgb(160,12,14); }
td.TdClassName
{
border-color: #A00C0E;
}
.TagClassName
{
border-color: #A00C0E;
}
</style>