Shades of Sangria #A2070F
Tints of Sangria #A2070F
RGB
CMYK
RGB Variations
Color information
#A2070F (or 0xA2070F) is known color: Sangria. HEX triplet: A2, 07 and 0F. RGB value is (162,7,15). Sum of RGB (Red+Green+Blue) = 162+7+15=184 (24% of max value = 765). Red value is 162 (63.67% from 255 or 88.04% from 184); Green value is 7 (3.12% from 255 or 3.80% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 162 - color contains mainly: red. Hex color #A2070F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2070F is #5DF8F0. Grayscale: #363636. Windows color (decimal): -6158577 or 984994. OLE color: 984994.
HSL color Cylindrical-coordinate representation of color #A2070F: hue angle of 356.9º 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 #A2070F is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 7 | 15 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.36 |
| HSL | 356.9º | 0.92% | 0.33% | - |
| HSV(B) | 356.9º | 0.96% | 0.64% | - |
| XYZ | 15.06 | 7.87 | 1.18 | - |
| YUV | 54.26 | 105.85 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 7 | 15 | 0 | 0.96 | 0.91 | 0.36 | 356.9 | 0.92 | 0.33 |
| Hex | A2 | 7 | F | 0 | 60 | 5B | 24 | 165 | 5C | 21 |
| Octal | 242 | 7 | 17 | 0 | 140 | 133 | 44 | 545 | 134 | 41 |
| Binary | 10100010 | 111 | 1111 | 0 | 1100000 | 1011011 | 100100 | 101100101 | 1011100 | 100001 |
Color Harmonies of #A2070F
Complementary color
Monochromatic Colors of #A2070F
Black with #A2070F
Text Example
Text Example
White with #A2070F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2070F; }
p { color: rgb(162,7,15); }
H1.HeaderClassName
{
color: #A2070F;
}
.AnyTagClassName
{
color: #A2070F;
}
</style>
background-color css
<style>
a { background-color: #A2070F; }
a { background-color: rgb(162,7,15); }
div.DivClassName
{
background-color: #A2070F;
}
.BgClassName
{
background-color: #A2070F;
}
</style>
border-color css
<style>
span { border-color: #A2070F; }
span { border-color: rgb(162,7,15); }
td.TdClassName
{
border-color: #A2070F;
}
.TagClassName
{
border-color: #A2070F;
}
</style>