Shades of Sangria #A6000A
Tints of Sangria #A6000A
RGB
CMYK
RGB Variations
Color information
#A6000A (or 0xA6000A) is known color: Sangria. HEX triplet: A6, 00 and 0A. RGB value is (166,0,10). Sum of RGB (Red+Green+Blue) = 166+0+10=176 (23% of max value = 765). Red value is 166 (65.23% from 255 or 94.32% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 10 (4.30% from 255 or 5.68% from 176); Max value from RGB is 166 - color contains mainly: red. Hex color #A6000A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A6000A is #59FFF5. Grayscale: #323232. Windows color (decimal): -5898230 or 655526. OLE color: 655526.
HSL color Cylindrical-coordinate representation of color #A6000A: hue angle of 356.39º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A6000A is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.94 | 0.35 |
| HSL | 356.39º | 1% | 0.33% | - |
| HSV(B) | 356.39º | 1% | 0.65% | - |
| XYZ | 15.78 | 8.13 | 1.02 | - |
| YUV | 50.77 | 105 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 0 | 10 | 0 | 1 | 0.94 | 0.35 | 356.39 | 1 | 0.33 |
| Hex | A6 | 0 | A | 0 | 64 | 5E | 23 | 164 | 64 | 21 |
| Octal | 246 | 0 | 12 | 0 | 144 | 136 | 43 | 544 | 144 | 41 |
| Binary | 10100110 | 0 | 1010 | 0 | 1100100 | 1011110 | 100011 | 101100100 | 1100100 | 100001 |
Color Harmonies of #A6000A
Complementary color
Monochromatic Colors of #A6000A
Black with #A6000A
Text Example
Text Example
White with #A6000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6000A; }
p { color: rgb(166,0,10); }
H1.HeaderClassName
{
color: #A6000A;
}
.AnyTagClassName
{
color: #A6000A;
}
</style>
background-color css
<style>
a { background-color: #A6000A; }
a { background-color: rgb(166,0,10); }
div.DivClassName
{
background-color: #A6000A;
}
.BgClassName
{
background-color: #A6000A;
}
</style>
border-color css
<style>
span { border-color: #A6000A; }
span { border-color: rgb(166,0,10); }
td.TdClassName
{
border-color: #A6000A;
}
.TagClassName
{
border-color: #A6000A;
}
</style>