Shades of Sangria #A1070E
Tints of Sangria #A1070E
RGB
CMYK
RGB Variations
Color information
#A1070E (or 0xA1070E) is known color: Sangria. HEX triplet: A1, 07 and 0E. RGB value is (161,7,14). Sum of RGB (Red+Green+Blue) = 161+7+14=182 (24% of max value = 765). Red value is 161 (63.28% from 255 or 88.46% from 182); Green value is 7 (3.12% from 255 or 3.85% from 182); Blue value is 14 (5.86% from 255 or 7.69% from 182); Max value from RGB is 161 - color contains mainly: red. Hex color #A1070E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1070E is #5EF8F1. Grayscale: #353535. Windows color (decimal): -6224114 or 919457. OLE color: 919457.
HSL color Cylindrical-coordinate representation of color #A1070E: hue angle of 357.27º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A1070E is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 7 | 14 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.37 |
| HSL | 357.27º | 0.92% | 0.33% | - |
| HSV(B) | 357.27º | 0.96% | 0.63% | - |
| XYZ | 14.85 | 7.76 | 1.13 | - |
| YUV | 53.84 | 105.52 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 7 | 14 | 0 | 0.96 | 0.91 | 0.37 | 357.27 | 0.92 | 0.33 |
| Hex | A1 | 7 | E | 0 | 60 | 5B | 25 | 165 | 5C | 21 |
| Octal | 241 | 7 | 16 | 0 | 140 | 133 | 45 | 545 | 134 | 41 |
| Binary | 10100001 | 111 | 1110 | 0 | 1100000 | 1011011 | 100101 | 101100101 | 1011100 | 100001 |
Color Harmonies of #A1070E
Complementary color
Monochromatic Colors of #A1070E
Black with #A1070E
Text Example
Text Example
White with #A1070E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1070E; }
p { color: rgb(161,7,14); }
H1.HeaderClassName
{
color: #A1070E;
}
.AnyTagClassName
{
color: #A1070E;
}
</style>
background-color css
<style>
a { background-color: #A1070E; }
a { background-color: rgb(161,7,14); }
div.DivClassName
{
background-color: #A1070E;
}
.BgClassName
{
background-color: #A1070E;
}
</style>
border-color css
<style>
span { border-color: #A1070E; }
span { border-color: rgb(161,7,14); }
td.TdClassName
{
border-color: #A1070E;
}
.TagClassName
{
border-color: #A1070E;
}
</style>