Shades of Sangria #A60007
Tints of Sangria #A60007
RGB
CMYK
RGB Variations
Color information
#A60007 (or 0xA60007) is known color: Sangria. HEX triplet: A6, 00 and 07. RGB value is (166,0,7). Sum of RGB (Red+Green+Blue) = 166+0+7=173 (22% of max value = 765). Red value is 166 (65.23% from 255 or 95.95% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 7 (3.12% from 255 or 4.05% from 173); Max value from RGB is 166 - color contains mainly: red. Hex color #A60007 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60007 is #59FFF8. Grayscale: #323232. Windows color (decimal): -5898233 or 458918. OLE color: 458918.
HSL color Cylindrical-coordinate representation of color #A60007: hue angle of 357.47º 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 #A60007 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.96 | 0.35 |
| HSL | 357.47º | 1% | 0.33% | - |
| HSV(B) | 357.47º | 1% | 0.65% | - |
| XYZ | 15.76 | 8.12 | 0.94 | - |
| YUV | 50.43 | 103.5 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 0 | 7 | 0 | 1 | 0.96 | 0.35 | 357.47 | 1 | 0.33 |
| Hex | A6 | 0 | 7 | 0 | 64 | 60 | 23 | 165 | 64 | 21 |
| Octal | 246 | 0 | 7 | 0 | 144 | 140 | 43 | 545 | 144 | 41 |
| Binary | 10100110 | 0 | 111 | 0 | 1100100 | 1100000 | 100011 | 101100101 | 1100100 | 100001 |
Color Harmonies of #A60007
Complementary color
Monochromatic Colors of #A60007
Black with #A60007
Text Example
Text Example
White with #A60007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60007; }
p { color: rgb(166,0,7); }
H1.HeaderClassName
{
color: #A60007;
}
.AnyTagClassName
{
color: #A60007;
}
</style>
background-color css
<style>
a { background-color: #A60007; }
a { background-color: rgb(166,0,7); }
div.DivClassName
{
background-color: #A60007;
}
.BgClassName
{
background-color: #A60007;
}
</style>
border-color css
<style>
span { border-color: #A60007; }
span { border-color: rgb(166,0,7); }
td.TdClassName
{
border-color: #A60007;
}
.TagClassName
{
border-color: #A60007;
}
</style>