Shades of Sangria #A60005
Tints of Sangria #A60005
RGB
CMYK
RGB Variations
Color information
#A60005 (or 0xA60005) is known color: Sangria. HEX triplet: A6, 00 and 05. RGB value is (166,0,5). Sum of RGB (Red+Green+Blue) = 166+0+5=171 (22% of max value = 765). Red value is 166 (65.23% from 255 or 97.08% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 5 (2.34% from 255 or 2.92% from 171); Max value from RGB is 166 - color contains mainly: red. Hex color #A60005 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60005 is #59FFFA. Grayscale: #323232. Windows color (decimal): -5898235 or 327846. OLE color: 327846.
HSL color Cylindrical-coordinate representation of color #A60005: hue angle of 358.19º 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 #A60005 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.97 | 0.35 |
| HSL | 358.19º | 1% | 0.33% | - |
| HSV(B) | 358.19º | 1% | 0.65% | - |
| XYZ | 15.75 | 8.12 | 0.88 | - |
| YUV | 50.2 | 102.5 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 0 | 5 | 0 | 1 | 0.97 | 0.35 | 358.19 | 1 | 0.33 |
| Hex | A6 | 0 | 5 | 0 | 64 | 61 | 23 | 166 | 64 | 21 |
| Octal | 246 | 0 | 5 | 0 | 144 | 141 | 43 | 546 | 144 | 41 |
| Binary | 10100110 | 0 | 101 | 0 | 1100100 | 1100001 | 100011 | 101100110 | 1100100 | 100001 |
Color Harmonies of #A60005
Complementary color
Monochromatic Colors of #A60005
Black with #A60005
Text Example
Text Example
White with #A60005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60005; }
p { color: rgb(166,0,5); }
H1.HeaderClassName
{
color: #A60005;
}
.AnyTagClassName
{
color: #A60005;
}
</style>
background-color css
<style>
a { background-color: #A60005; }
a { background-color: rgb(166,0,5); }
div.DivClassName
{
background-color: #A60005;
}
.BgClassName
{
background-color: #A60005;
}
</style>
border-color css
<style>
span { border-color: #A60005; }
span { border-color: rgb(166,0,5); }
td.TdClassName
{
border-color: #A60005;
}
.TagClassName
{
border-color: #A60005;
}
</style>