Shades of Sangria #A20205
Tints of Sangria #A20205
RGB
CMYK
RGB Variations
Color information
#A20205 (or 0xA20205) is known color: Sangria. HEX triplet: A2, 02 and 05. RGB value is (162,2,5). Sum of RGB (Red+Green+Blue) = 162+2+5=169 (22% of max value = 765). Red value is 162 (63.67% from 255 or 95.86% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 5 (2.34% from 255 or 2.96% from 169); Max value from RGB is 162 - color contains mainly: red. Hex color #A20205 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20205 is #5DFDFA. Grayscale: #323232. Windows color (decimal): -6159867 or 328354. OLE color: 328354.
HSL color Cylindrical-coordinate representation of color #A20205: hue angle of 358.88º 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 #A20205 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 2 | 5 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.36 |
| HSL | 358.88º | 0.98% | 0.32% | - |
| HSV(B) | 358.88º | 0.99% | 0.64% | - |
| XYZ | 14.95 | 7.74 | 0.85 | - |
| YUV | 50.18 | 102.51 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 2 | 5 | 0 | 0.99 | 0.97 | 0.36 | 358.88 | 0.98 | 0.32 |
| Hex | A2 | 2 | 5 | 0 | 63 | 61 | 24 | 167 | 62 | 20 |
| Octal | 242 | 2 | 5 | 0 | 143 | 141 | 44 | 547 | 142 | 40 |
| Binary | 10100010 | 10 | 101 | 0 | 1100011 | 1100001 | 100100 | 101100111 | 1100010 | 100000 |
Color Harmonies of #A20205
Complementary color
Monochromatic Colors of #A20205
Black with #A20205
Text Example
Text Example
White with #A20205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20205; }
p { color: rgb(162,2,5); }
H1.HeaderClassName
{
color: #A20205;
}
.AnyTagClassName
{
color: #A20205;
}
</style>
background-color css
<style>
a { background-color: #A20205; }
a { background-color: rgb(162,2,5); }
div.DivClassName
{
background-color: #A20205;
}
.BgClassName
{
background-color: #A20205;
}
</style>
border-color css
<style>
span { border-color: #A20205; }
span { border-color: rgb(162,2,5); }
td.TdClassName
{
border-color: #A20205;
}
.TagClassName
{
border-color: #A20205;
}
</style>