Shades of Sangria #A60C0E
Tints of Sangria #A60C0E
RGB
CMYK
RGB Variations
Color information
#A60C0E (or 0xA60C0E) is known color: Sangria. HEX triplet: A6, 0C and 0E. RGB value is (166,12,14). Sum of RGB (Red+Green+Blue) = 166+12+14=192 (25% of max value = 765). Red value is 166 (65.23% from 255 or 86.46% from 192); Green value is 12 (5.08% from 255 or 6.25% from 192); Blue value is 14 (5.86% from 255 or 7.29% from 192); Max value from RGB is 166 - color contains mainly: red. Hex color #A60C0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60C0E is #59F3F1. Grayscale: #3A3A3A. Windows color (decimal): -5895154 or 920742. OLE color: 920742.
HSL color Cylindrical-coordinate representation of color #A60C0E: hue angle of 359.22º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60C0E is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 12 | 14 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.35 |
| HSL | 359.22º | 0.87% | 0.35% | - |
| HSV(B) | 359.22º | 0.93% | 0.65% | - |
| XYZ | 15.94 | 8.4 | 1.2 | - |
| YUV | 58.27 | 103.02 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 12 | 14 | 0 | 0.93 | 0.92 | 0.35 | 359.22 | 0.87 | 0.35 |
| Hex | A6 | C | E | 0 | 5D | 5C | 23 | 167 | 57 | 23 |
| Octal | 246 | 14 | 16 | 0 | 135 | 134 | 43 | 547 | 127 | 43 |
| Binary | 10100110 | 1100 | 1110 | 0 | 1011101 | 1011100 | 100011 | 101100111 | 1010111 | 100011 |
Color Harmonies of #A60C0E
Complementary color
Monochromatic Colors of #A60C0E
Black with #A60C0E
Text Example
Text Example
White with #A60C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60C0E; }
p { color: rgb(166,12,14); }
H1.HeaderClassName
{
color: #A60C0E;
}
.AnyTagClassName
{
color: #A60C0E;
}
</style>
background-color css
<style>
a { background-color: #A60C0E; }
a { background-color: rgb(166,12,14); }
div.DivClassName
{
background-color: #A60C0E;
}
.BgClassName
{
background-color: #A60C0E;
}
</style>
border-color css
<style>
span { border-color: #A60C0E; }
span { border-color: rgb(166,12,14); }
td.TdClassName
{
border-color: #A60C0E;
}
.TagClassName
{
border-color: #A60C0E;
}
</style>