Shades of Sangria #A6050D
Tints of Sangria #A6050D
RGB
CMYK
RGB Variations
Color information
#A6050D (or 0xA6050D) is known color: Sangria. HEX triplet: A6, 05 and 0D. RGB value is (166,5,13). Sum of RGB (Red+Green+Blue) = 166+5+13=184 (24% of max value = 765). Red value is 166 (65.23% from 255 or 90.22% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 13 (5.47% from 255 or 7.07% from 184); Max value from RGB is 166 - color contains mainly: red. Hex color #A6050D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A6050D is #59FAF2. Grayscale: #363636. Windows color (decimal): -5896947 or 853414. OLE color: 853414.
HSL color Cylindrical-coordinate representation of color #A6050D: hue angle of 357.02º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A6050D is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 5 | 13 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.35 |
| HSL | 357.02º | 0.94% | 0.34% | - |
| HSV(B) | 357.02º | 0.97% | 0.65% | - |
| XYZ | 15.85 | 8.24 | 1.14 | - |
| YUV | 54.05 | 104.84 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 5 | 13 | 0 | 0.97 | 0.92 | 0.35 | 357.02 | 0.94 | 0.34 |
| Hex | A6 | 5 | D | 0 | 61 | 5C | 23 | 165 | 5E | 22 |
| Octal | 246 | 5 | 15 | 0 | 141 | 134 | 43 | 545 | 136 | 42 |
| Binary | 10100110 | 101 | 1101 | 0 | 1100001 | 1011100 | 100011 | 101100101 | 1011110 | 100010 |
Color Harmonies of #A6050D
Complementary color
Monochromatic Colors of #A6050D
Black with #A6050D
Text Example
Text Example
White with #A6050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6050D; }
p { color: rgb(166,5,13); }
H1.HeaderClassName
{
color: #A6050D;
}
.AnyTagClassName
{
color: #A6050D;
}
</style>
background-color css
<style>
a { background-color: #A6050D; }
a { background-color: rgb(166,5,13); }
div.DivClassName
{
background-color: #A6050D;
}
.BgClassName
{
background-color: #A6050D;
}
</style>
border-color css
<style>
span { border-color: #A6050D; }
span { border-color: rgb(166,5,13); }
td.TdClassName
{
border-color: #A6050D;
}
.TagClassName
{
border-color: #A6050D;
}
</style>