Shades of Sangria #A60A0D
Tints of Sangria #A60A0D
RGB
CMYK
RGB Variations
Color information
#A60A0D (or 0xA60A0D) is known color: Sangria. HEX triplet: A6, 0A and 0D. RGB value is (166,10,13). Sum of RGB (Red+Green+Blue) = 166+10+13=189 (25% of max value = 765). Red value is 166 (65.23% from 255 or 87.83% from 189); Green value is 10 (4.30% from 255 or 5.29% from 189); Blue value is 13 (5.47% from 255 or 6.88% from 189); Max value from RGB is 166 - color contains mainly: red. Hex color #A60A0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60A0D is #59F5F2. Grayscale: #393939. Windows color (decimal): -5895667 or 854694. OLE color: 854694.
HSL color Cylindrical-coordinate representation of color #A60A0D: hue angle of 358.85º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60A0D is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 10 | 13 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.35 |
| HSL | 358.85º | 0.89% | 0.35% | - |
| HSV(B) | 358.85º | 0.94% | 0.65% | - |
| XYZ | 15.91 | 8.35 | 1.15 | - |
| YUV | 56.99 | 103.18 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 10 | 13 | 0 | 0.94 | 0.92 | 0.35 | 358.85 | 0.89 | 0.35 |
| Hex | A6 | A | D | 0 | 5E | 5C | 23 | 167 | 59 | 23 |
| Octal | 246 | 12 | 15 | 0 | 136 | 134 | 43 | 547 | 131 | 43 |
| Binary | 10100110 | 1010 | 1101 | 0 | 1011110 | 1011100 | 100011 | 101100111 | 1011001 | 100011 |
Color Harmonies of #A60A0D
Complementary color
Monochromatic Colors of #A60A0D
Black with #A60A0D
Text Example
Text Example
White with #A60A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60A0D; }
p { color: rgb(166,10,13); }
H1.HeaderClassName
{
color: #A60A0D;
}
.AnyTagClassName
{
color: #A60A0D;
}
</style>
background-color css
<style>
a { background-color: #A60A0D; }
a { background-color: rgb(166,10,13); }
div.DivClassName
{
background-color: #A60A0D;
}
.BgClassName
{
background-color: #A60A0D;
}
</style>
border-color css
<style>
span { border-color: #A60A0D; }
span { border-color: rgb(166,10,13); }
td.TdClassName
{
border-color: #A60A0D;
}
.TagClassName
{
border-color: #A60A0D;
}
</style>