Shades of Sangria #A2070B
Tints of Sangria #A2070B
RGB
CMYK
RGB Variations
Color information
#A2070B (or 0xA2070B) is known color: Sangria. HEX triplet: A2, 07 and 0B. RGB value is (162,7,11). Sum of RGB (Red+Green+Blue) = 162+7+11=180 (23% of max value = 765). Red value is 162 (63.67% from 255 or 90% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 11 (4.69% from 255 or 6.11% from 180); Max value from RGB is 162 - color contains mainly: red. Hex color #A2070B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2070B is #5DF8F4. Grayscale: #353535. Windows color (decimal): -6158581 or 722850. OLE color: 722850.
HSL color Cylindrical-coordinate representation of color #A2070B: hue angle of 358.45º 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 #A2070B is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 7 | 11 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.36 |
| HSL | 358.45º | 0.92% | 0.33% | - |
| HSV(B) | 358.45º | 0.96% | 0.64% | - |
| XYZ | 15.04 | 7.86 | 1.04 | - |
| YUV | 53.8 | 103.85 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 7 | 11 | 0 | 0.96 | 0.93 | 0.36 | 358.45 | 0.92 | 0.33 |
| Hex | A2 | 7 | B | 0 | 60 | 5D | 24 | 166 | 5C | 21 |
| Octal | 242 | 7 | 13 | 0 | 140 | 135 | 44 | 546 | 134 | 41 |
| Binary | 10100010 | 111 | 1011 | 0 | 1100000 | 1011101 | 100100 | 101100110 | 1011100 | 100001 |
Color Harmonies of #A2070B
Complementary color
Monochromatic Colors of #A2070B
Black with #A2070B
Text Example
Text Example
White with #A2070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2070B; }
p { color: rgb(162,7,11); }
H1.HeaderClassName
{
color: #A2070B;
}
.AnyTagClassName
{
color: #A2070B;
}
</style>
background-color css
<style>
a { background-color: #A2070B; }
a { background-color: rgb(162,7,11); }
div.DivClassName
{
background-color: #A2070B;
}
.BgClassName
{
background-color: #A2070B;
}
</style>
border-color css
<style>
span { border-color: #A2070B; }
span { border-color: rgb(162,7,11); }
td.TdClassName
{
border-color: #A2070B;
}
.TagClassName
{
border-color: #A2070B;
}
</style>