Shades of Sangria #A70205
Tints of Sangria #A70205
RGB
CMYK
RGB Variations
Color information
#A70205 (or 0xA70205) is known color: Sangria. HEX triplet: A7, 02 and 05. RGB value is (167,2,5). Sum of RGB (Red+Green+Blue) = 167+2+5=174 (23% of max value = 765). Red value is 167 (65.62% from 255 or 95.98% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 5 (2.34% from 255 or 2.87% from 174); Max value from RGB is 167 - color contains mainly: red. Hex color #A70205 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70205 is #58FDFA. Grayscale: #333333. Windows color (decimal): -5832187 or 328359. OLE color: 328359.
HSL color Cylindrical-coordinate representation of color #A70205: hue angle of 358.91º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A70205 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 2 | 5 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.35 |
| HSL | 358.91º | 0.98% | 0.33% | - |
| HSV(B) | 358.91º | 0.99% | 0.65% | - |
| XYZ | 15.99 | 8.27 | 0.9 | - |
| YUV | 51.68 | 101.66 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 2 | 5 | 0 | 0.99 | 0.97 | 0.35 | 358.91 | 0.98 | 0.33 |
| Hex | A7 | 2 | 5 | 0 | 63 | 61 | 23 | 167 | 62 | 21 |
| Octal | 247 | 2 | 5 | 0 | 143 | 141 | 43 | 547 | 142 | 41 |
| Binary | 10100111 | 10 | 101 | 0 | 1100011 | 1100001 | 100011 | 101100111 | 1100010 | 100001 |
Color Harmonies of #A70205
Complementary color
Monochromatic Colors of #A70205
Black with #A70205
Text Example
Text Example
White with #A70205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70205; }
p { color: rgb(167,2,5); }
H1.HeaderClassName
{
color: #A70205;
}
.AnyTagClassName
{
color: #A70205;
}
</style>
background-color css
<style>
a { background-color: #A70205; }
a { background-color: rgb(167,2,5); }
div.DivClassName
{
background-color: #A70205;
}
.BgClassName
{
background-color: #A70205;
}
</style>
border-color css
<style>
span { border-color: #A70205; }
span { border-color: rgb(167,2,5); }
td.TdClassName
{
border-color: #A70205;
}
.TagClassName
{
border-color: #A70205;
}
</style>