Shades of Sangria #A10C0E
Tints of Sangria #A10C0E
RGB
CMYK
RGB Variations
Color information
#A10C0E (or 0xA10C0E) is known color: Sangria. HEX triplet: A1, 0C and 0E. RGB value is (161,12,14). Sum of RGB (Red+Green+Blue) = 161+12+14=187 (24% of max value = 765). Red value is 161 (63.28% from 255 or 86.10% from 187); Green value is 12 (5.08% from 255 or 6.42% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 161 - color contains mainly: red. Hex color #A10C0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10C0E is #5EF3F1. Grayscale: #383838. Windows color (decimal): -6222834 or 920737. OLE color: 920737.
HSL color Cylindrical-coordinate representation of color #A10C0E: 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 #A10C0E is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 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.91 | 7.87 | 1.15 | - |
| YUV | 56.78 | 103.86 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 12 | 14 | 0 | 0.93 | 0.91 | 0.37 | 359.19 | 0.86 | 0.34 |
| Hex | A1 | C | E | 0 | 5D | 5B | 25 | 167 | 56 | 22 |
| Octal | 241 | 14 | 16 | 0 | 135 | 133 | 45 | 547 | 126 | 42 |
| Binary | 10100001 | 1100 | 1110 | 0 | 1011101 | 1011011 | 100101 | 101100111 | 1010110 | 100010 |
Color Harmonies of #A10C0E
Complementary color
Monochromatic Colors of #A10C0E
Black with #A10C0E
Text Example
Text Example
White with #A10C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10C0E; }
p { color: rgb(161,12,14); }
H1.HeaderClassName
{
color: #A10C0E;
}
.AnyTagClassName
{
color: #A10C0E;
}
</style>
background-color css
<style>
a { background-color: #A10C0E; }
a { background-color: rgb(161,12,14); }
div.DivClassName
{
background-color: #A10C0E;
}
.BgClassName
{
background-color: #A10C0E;
}
</style>
border-color css
<style>
span { border-color: #A10C0E; }
span { border-color: rgb(161,12,14); }
td.TdClassName
{
border-color: #A10C0E;
}
.TagClassName
{
border-color: #A10C0E;
}
</style>