Shades of Sangria #A2070E
Tints of Sangria #A2070E
RGB
CMYK
RGB Variations
Color information
#A2070E (or 0xA2070E) is known color: Sangria. HEX triplet: A2, 07 and 0E. RGB value is (162,7,14). Sum of RGB (Red+Green+Blue) = 162+7+14=183 (24% of max value = 765). Red value is 162 (63.67% from 255 or 88.52% from 183); Green value is 7 (3.12% from 255 or 3.83% from 183); Blue value is 14 (5.86% from 255 or 7.65% from 183); Max value from RGB is 162 - color contains mainly: red. Hex color #A2070E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2070E is #5DF8F1. Grayscale: #363636. Windows color (decimal): -6158578 or 919458. OLE color: 919458.
HSL color Cylindrical-coordinate representation of color #A2070E: hue angle of 357.29º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2070E is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 7 | 14 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.36 |
| HSL | 357.29º | 0.92% | 0.33% | - |
| HSV(B) | 357.29º | 0.96% | 0.64% | - |
| XYZ | 15.06 | 7.87 | 1.14 | - |
| YUV | 54.14 | 105.35 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 7 | 14 | 0 | 0.96 | 0.91 | 0.36 | 357.29 | 0.92 | 0.33 |
| Hex | A2 | 7 | E | 0 | 60 | 5B | 24 | 165 | 5C | 21 |
| Octal | 242 | 7 | 16 | 0 | 140 | 133 | 44 | 545 | 134 | 41 |
| Binary | 10100010 | 111 | 1110 | 0 | 1100000 | 1011011 | 100100 | 101100101 | 1011100 | 100001 |
Color Harmonies of #A2070E
Complementary color
Monochromatic Colors of #A2070E
Black with #A2070E
Text Example
Text Example
White with #A2070E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2070E; }
p { color: rgb(162,7,14); }
H1.HeaderClassName
{
color: #A2070E;
}
.AnyTagClassName
{
color: #A2070E;
}
</style>
background-color css
<style>
a { background-color: #A2070E; }
a { background-color: rgb(162,7,14); }
div.DivClassName
{
background-color: #A2070E;
}
.BgClassName
{
background-color: #A2070E;
}
</style>
border-color css
<style>
span { border-color: #A2070E; }
span { border-color: rgb(162,7,14); }
td.TdClassName
{
border-color: #A2070E;
}
.TagClassName
{
border-color: #A2070E;
}
</style>