Shades of Sangria #A80005
Tints of Sangria #A80005
RGB
CMYK
RGB Variations
Color information
#A80005 (or 0xA80005) is known color: Sangria. HEX triplet: A8, 00 and 05. RGB value is (168,0,5). Sum of RGB (Red+Green+Blue) = 168+0+5=173 (22% of max value = 765). Red value is 168 (66.02% from 255 or 97.11% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 168 - color contains mainly: red. Hex color #A80005 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80005 is #57FFFA. Grayscale: #323232. Windows color (decimal): -5767163 or 327848. OLE color: 327848.
HSL color Cylindrical-coordinate representation of color #A80005: hue angle of 358.21º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A80005 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.97 | 0.34 |
| HSL | 358.21º | 1% | 0.33% | - |
| HSV(B) | 358.21º | 1% | 0.66% | - |
| XYZ | 16.18 | 8.34 | 0.9 | - |
| YUV | 50.8 | 102.16 | 211.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 5 | 0 | 1 | 0.97 | 0.34 | 358.21 | 1 | 0.33 |
| Hex | A8 | 0 | 5 | 0 | 64 | 61 | 22 | 166 | 64 | 21 |
| Octal | 250 | 0 | 5 | 0 | 144 | 141 | 42 | 546 | 144 | 41 |
| Binary | 10101000 | 0 | 101 | 0 | 1100100 | 1100001 | 100010 | 101100110 | 1100100 | 100001 |
Color Harmonies of #A80005
Complementary color
Monochromatic Colors of #A80005
Black with #A80005
Text Example
Text Example
White with #A80005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80005; }
p { color: rgb(168,0,5); }
H1.HeaderClassName
{
color: #A80005;
}
.AnyTagClassName
{
color: #A80005;
}
</style>
background-color css
<style>
a { background-color: #A80005; }
a { background-color: rgb(168,0,5); }
div.DivClassName
{
background-color: #A80005;
}
.BgClassName
{
background-color: #A80005;
}
</style>
border-color css
<style>
span { border-color: #A80005; }
span { border-color: rgb(168,0,5); }
td.TdClassName
{
border-color: #A80005;
}
.TagClassName
{
border-color: #A80005;
}
</style>