Shades of Sangria #A6080D
Tints of Sangria #A6080D
RGB
CMYK
RGB Variations
Color information
#A6080D (or 0xA6080D) is known color: Sangria. HEX triplet: A6, 08 and 0D. RGB value is (166,8,13). Sum of RGB (Red+Green+Blue) = 166+8+13=187 (24% of max value = 765). Red value is 166 (65.23% from 255 or 88.77% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 166 - color contains mainly: red. Hex color #A6080D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A6080D is #59F7F2. Grayscale: #373737. Windows color (decimal): -5896179 or 854182. OLE color: 854182.
HSL color Cylindrical-coordinate representation of color #A6080D: hue angle of 358.1º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A6080D is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 8 | 13 | - |
| CMYK | 0 | 0.95 | 0.92 | 0.35 |
| HSL | 358.1º | 0.91% | 0.34% | - |
| HSV(B) | 358.1º | 0.95% | 0.65% | - |
| XYZ | 15.89 | 8.31 | 1.15 | - |
| YUV | 55.81 | 103.85 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 8 | 13 | 0 | 0.95 | 0.92 | 0.35 | 358.1 | 0.91 | 0.34 |
| Hex | A6 | 8 | D | 0 | 5F | 5C | 23 | 166 | 5B | 22 |
| Octal | 246 | 10 | 15 | 0 | 137 | 134 | 43 | 546 | 133 | 42 |
| Binary | 10100110 | 1000 | 1101 | 0 | 1011111 | 1011100 | 100011 | 101100110 | 1011011 | 100010 |
Color Harmonies of #A6080D
Complementary color
Monochromatic Colors of #A6080D
Black with #A6080D
Text Example
Text Example
White with #A6080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6080D; }
p { color: rgb(166,8,13); }
H1.HeaderClassName
{
color: #A6080D;
}
.AnyTagClassName
{
color: #A6080D;
}
</style>
background-color css
<style>
a { background-color: #A6080D; }
a { background-color: rgb(166,8,13); }
div.DivClassName
{
background-color: #A6080D;
}
.BgClassName
{
background-color: #A6080D;
}
</style>
border-color css
<style>
span { border-color: #A6080D; }
span { border-color: rgb(166,8,13); }
td.TdClassName
{
border-color: #A6080D;
}
.TagClassName
{
border-color: #A6080D;
}
</style>