Shades of Sangria #A2020E
Tints of Sangria #A2020E
RGB
CMYK
RGB Variations
Color information
#A2020E (or 0xA2020E) is known color: Sangria. HEX triplet: A2, 02 and 0E. RGB value is (162,2,14). Sum of RGB (Red+Green+Blue) = 162+2+14=178 (23% of max value = 765). Red value is 162 (63.67% from 255 or 91.01% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 14 (5.86% from 255 or 7.87% from 178); Max value from RGB is 162 - color contains mainly: red. Hex color #A2020E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2020E is #5DFDF1. Grayscale: #333333. Windows color (decimal): -6159858 or 918178. OLE color: 918178.
HSL color Cylindrical-coordinate representation of color #A2020E: hue angle of 355.5º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A2020E is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 2 | 14 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.36 |
| HSL | 355.5º | 0.98% | 0.32% | - |
| HSV(B) | 355.5º | 0.99% | 0.64% | - |
| XYZ | 15 | 7.76 | 1.12 | - |
| YUV | 51.21 | 107.01 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 2 | 14 | 0 | 0.99 | 0.91 | 0.36 | 355.5 | 0.98 | 0.32 |
| Hex | A2 | 2 | E | 0 | 63 | 5B | 24 | 164 | 62 | 20 |
| Octal | 242 | 2 | 16 | 0 | 143 | 133 | 44 | 544 | 142 | 40 |
| Binary | 10100010 | 10 | 1110 | 0 | 1100011 | 1011011 | 100100 | 101100100 | 1100010 | 100000 |
Color Harmonies of #A2020E
Complementary color
Monochromatic Colors of #A2020E
Black with #A2020E
Text Example
Text Example
White with #A2020E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2020E; }
p { color: rgb(162,2,14); }
H1.HeaderClassName
{
color: #A2020E;
}
.AnyTagClassName
{
color: #A2020E;
}
</style>
background-color css
<style>
a { background-color: #A2020E; }
a { background-color: rgb(162,2,14); }
div.DivClassName
{
background-color: #A2020E;
}
.BgClassName
{
background-color: #A2020E;
}
</style>
border-color css
<style>
span { border-color: #A2020E; }
span { border-color: rgb(162,2,14); }
td.TdClassName
{
border-color: #A2020E;
}
.TagClassName
{
border-color: #A2020E;
}
</style>