Shades of Sangria #A60405
Tints of Sangria #A60405
RGB
CMYK
RGB Variations
Color information
#A60405 (or 0xA60405) is known color: Sangria. HEX triplet: A6, 04 and 05. RGB value is (166,4,5). Sum of RGB (Red+Green+Blue) = 166+4+5=175 (23% of max value = 765). Red value is 166 (65.23% from 255 or 94.86% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 5 (2.34% from 255 or 2.86% from 175); Max value from RGB is 166 - color contains mainly: red. Hex color #A60405 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60405 is #59FBFA. Grayscale: #343434. Windows color (decimal): -5897211 or 328870. OLE color: 328870.
HSL color Cylindrical-coordinate representation of color #A60405: hue angle of 359.63º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A60405 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 4 | 5 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.35 |
| HSL | 359.63º | 0.95% | 0.33% | - |
| HSV(B) | 359.63º | 0.98% | 0.65% | - |
| XYZ | 15.8 | 8.2 | 0.89 | - |
| YUV | 52.55 | 101.17 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 4 | 5 | 0 | 0.98 | 0.97 | 0.35 | 359.63 | 0.95 | 0.33 |
| Hex | A6 | 4 | 5 | 0 | 62 | 61 | 23 | 168 | 5F | 21 |
| Octal | 246 | 4 | 5 | 0 | 142 | 141 | 43 | 550 | 137 | 41 |
| Binary | 10100110 | 100 | 101 | 0 | 1100010 | 1100001 | 100011 | 101101000 | 1011111 | 100001 |
Color Harmonies of #A60405
Complementary color
Monochromatic Colors of #A60405
Black with #A60405
Text Example
Text Example
White with #A60405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60405; }
p { color: rgb(166,4,5); }
H1.HeaderClassName
{
color: #A60405;
}
.AnyTagClassName
{
color: #A60405;
}
</style>
background-color css
<style>
a { background-color: #A60405; }
a { background-color: rgb(166,4,5); }
div.DivClassName
{
background-color: #A60405;
}
.BgClassName
{
background-color: #A60405;
}
</style>
border-color css
<style>
span { border-color: #A60405; }
span { border-color: rgb(166,4,5); }
td.TdClassName
{
border-color: #A60405;
}
.TagClassName
{
border-color: #A60405;
}
</style>