Shades of Sangria #A6020D
Tints of Sangria #A6020D
RGB
CMYK
RGB Variations
Color information
#A6020D (or 0xA6020D) is known color: Sangria. HEX triplet: A6, 02 and 0D. RGB value is (166,2,13). Sum of RGB (Red+Green+Blue) = 166+2+13=181 (23% of max value = 765). Red value is 166 (65.23% from 255 or 91.71% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 166 - color contains mainly: red. Hex color #A6020D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A6020D is #59FDF2. Grayscale: #343434. Windows color (decimal): -5897715 or 852646. OLE color: 852646.
HSL color Cylindrical-coordinate representation of color #A6020D: hue angle of 355.98º 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 #A6020D is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 2 | 13 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.35 |
| HSL | 355.98º | 0.98% | 0.33% | - |
| HSV(B) | 355.98º | 0.99% | 0.65% | - |
| XYZ | 15.82 | 8.18 | 1.13 | - |
| YUV | 52.29 | 105.83 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 2 | 13 | 0 | 0.99 | 0.92 | 0.35 | 355.98 | 0.98 | 0.33 |
| Hex | A6 | 2 | D | 0 | 63 | 5C | 23 | 164 | 62 | 21 |
| Octal | 246 | 2 | 15 | 0 | 143 | 134 | 43 | 544 | 142 | 41 |
| Binary | 10100110 | 10 | 1101 | 0 | 1100011 | 1011100 | 100011 | 101100100 | 1100010 | 100001 |
Color Harmonies of #A6020D
Complementary color
Monochromatic Colors of #A6020D
Black with #A6020D
Text Example
Text Example
White with #A6020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6020D; }
p { color: rgb(166,2,13); }
H1.HeaderClassName
{
color: #A6020D;
}
.AnyTagClassName
{
color: #A6020D;
}
</style>
background-color css
<style>
a { background-color: #A6020D; }
a { background-color: rgb(166,2,13); }
div.DivClassName
{
background-color: #A6020D;
}
.BgClassName
{
background-color: #A6020D;
}
</style>
border-color css
<style>
span { border-color: #A6020D; }
span { border-color: rgb(166,2,13); }
td.TdClassName
{
border-color: #A6020D;
}
.TagClassName
{
border-color: #A6020D;
}
</style>