Shades of Sangria #A6020A
Tints of Sangria #A6020A
RGB
CMYK
RGB Variations
Color information
#A6020A (or 0xA6020A) is known color: Sangria. HEX triplet: A6, 02 and 0A. RGB value is (166,2,10). Sum of RGB (Red+Green+Blue) = 166+2+10=178 (23% of max value = 765). Red value is 166 (65.23% from 255 or 93.26% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 10 (4.30% from 255 or 5.62% from 178); Max value from RGB is 166 - color contains mainly: red. Hex color #A6020A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A6020A is #59FDF5. Grayscale: #343434. Windows color (decimal): -5897718 or 656038. OLE color: 656038.
HSL color Cylindrical-coordinate representation of color #A6020A: hue angle of 357.07º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A6020A is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 2 | 10 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.35 |
| HSL | 357.07º | 0.98% | 0.33% | - |
| HSV(B) | 357.07º | 0.99% | 0.65% | - |
| XYZ | 15.8 | 8.17 | 1.03 | - |
| YUV | 51.95 | 104.33 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 2 | 10 | 0 | 0.99 | 0.94 | 0.35 | 357.07 | 0.98 | 0.33 |
| Hex | A6 | 2 | A | 0 | 63 | 5E | 23 | 165 | 62 | 21 |
| Octal | 246 | 2 | 12 | 0 | 143 | 136 | 43 | 545 | 142 | 41 |
| Binary | 10100110 | 10 | 1010 | 0 | 1100011 | 1011110 | 100011 | 101100101 | 1100010 | 100001 |
Color Harmonies of #A6020A
Complementary color
Monochromatic Colors of #A6020A
Black with #A6020A
Text Example
Text Example
White with #A6020A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6020A; }
p { color: rgb(166,2,10); }
H1.HeaderClassName
{
color: #A6020A;
}
.AnyTagClassName
{
color: #A6020A;
}
</style>
background-color css
<style>
a { background-color: #A6020A; }
a { background-color: rgb(166,2,10); }
div.DivClassName
{
background-color: #A6020A;
}
.BgClassName
{
background-color: #A6020A;
}
</style>
border-color css
<style>
span { border-color: #A6020A; }
span { border-color: rgb(166,2,10); }
td.TdClassName
{
border-color: #A6020A;
}
.TagClassName
{
border-color: #A6020A;
}
</style>