Shades of Sangria #A20C10
Tints of Sangria #A20C10
RGB
CMYK
RGB Variations
Color information
#A20C10 (or 0xA20C10) is known color: Sangria. HEX triplet: A2, 0C and 10. RGB value is (162,12,16). Sum of RGB (Red+Green+Blue) = 162+12+16=190 (25% of max value = 765). Red value is 162 (63.67% from 255 or 85.26% from 190); Green value is 12 (5.08% from 255 or 6.32% from 190); Blue value is 16 (6.64% from 255 or 8.42% from 190); Max value from RGB is 162 - color contains mainly: red. Hex color #A20C10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20C10 is #5DF3EF. Grayscale: #393939. Windows color (decimal): -6157296 or 1051810. OLE color: 1051810.
HSL color Cylindrical-coordinate representation of color #A20C10: hue angle of 358.4º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20C10 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 12 | 16 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.36 |
| HSL | 358.4º | 0.86% | 0.34% | - |
| HSV(B) | 358.4º | 0.93% | 0.64% | - |
| XYZ | 15.13 | 7.98 | 1.23 | - |
| YUV | 57.31 | 104.7 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 12 | 16 | 0 | 0.93 | 0.90 | 0.36 | 358.4 | 0.86 | 0.34 |
| Hex | A2 | C | 10 | 0 | 5D | 5A | 24 | 166 | 56 | 22 |
| Octal | 242 | 14 | 20 | 0 | 135 | 132 | 44 | 546 | 126 | 42 |
| Binary | 10100010 | 1100 | 10000 | 0 | 1011101 | 1011010 | 100100 | 101100110 | 1010110 | 100010 |
Color Harmonies of #A20C10
Complementary color
Monochromatic Colors of #A20C10
Black with #A20C10
Text Example
Text Example
White with #A20C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20C10; }
p { color: rgb(162,12,16); }
H1.HeaderClassName
{
color: #A20C10;
}
.AnyTagClassName
{
color: #A20C10;
}
</style>
background-color css
<style>
a { background-color: #A20C10; }
a { background-color: rgb(162,12,16); }
div.DivClassName
{
background-color: #A20C10;
}
.BgClassName
{
background-color: #A20C10;
}
</style>
border-color css
<style>
span { border-color: #A20C10; }
span { border-color: rgb(162,12,16); }
td.TdClassName
{
border-color: #A20C10;
}
.TagClassName
{
border-color: #A20C10;
}
</style>