Shades of Sangria #A6000D
Tints of Sangria #A6000D
RGB
CMYK
RGB Variations
Color information
#A6000D (or 0xA6000D) is known color: Sangria. HEX triplet: A6, 00 and 0D. RGB value is (166,0,13). Sum of RGB (Red+Green+Blue) = 166+0+13=179 (23% of max value = 765). Red value is 166 (65.23% from 255 or 92.74% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 13 (5.47% from 255 or 7.26% from 179); Max value from RGB is 166 - color contains mainly: red. Hex color #A6000D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A6000D is #59FFF2. Grayscale: #333333. Windows color (decimal): -5898227 or 852134. OLE color: 852134.
HSL color Cylindrical-coordinate representation of color #A6000D: hue angle of 355.3º 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 #A6000D is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.92 | 0.35 |
| HSL | 355.3º | 1% | 0.33% | - |
| HSV(B) | 355.3º | 1% | 0.65% | - |
| XYZ | 15.8 | 8.14 | 1.12 | - |
| YUV | 51.12 | 106.5 | 209.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 0 | 13 | 0 | 1 | 0.92 | 0.35 | 355.3 | 1 | 0.33 |
| Hex | A6 | 0 | D | 0 | 64 | 5C | 23 | 163 | 64 | 21 |
| Octal | 246 | 0 | 15 | 0 | 144 | 134 | 43 | 543 | 144 | 41 |
| Binary | 10100110 | 0 | 1101 | 0 | 1100100 | 1011100 | 100011 | 101100011 | 1100100 | 100001 |
Color Harmonies of #A6000D
Complementary color
Monochromatic Colors of #A6000D
Black with #A6000D
Text Example
Text Example
White with #A6000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6000D; }
p { color: rgb(166,0,13); }
H1.HeaderClassName
{
color: #A6000D;
}
.AnyTagClassName
{
color: #A6000D;
}
</style>
background-color css
<style>
a { background-color: #A6000D; }
a { background-color: rgb(166,0,13); }
div.DivClassName
{
background-color: #A6000D;
}
.BgClassName
{
background-color: #A6000D;
}
</style>
border-color css
<style>
span { border-color: #A6000D; }
span { border-color: rgb(166,0,13); }
td.TdClassName
{
border-color: #A6000D;
}
.TagClassName
{
border-color: #A6000D;
}
</style>