Shades of Sangria #A80204
Tints of Sangria #A80204
RGB
CMYK
RGB Variations
Color information
#A80204 (or 0xA80204) is known color: Sangria. HEX triplet: A8, 02 and 04. RGB value is (168,2,4). Sum of RGB (Red+Green+Blue) = 168+2+4=174 (23% of max value = 765). Red value is 168 (66.02% from 255 or 96.55% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 4 (1.95% from 255 or 2.30% from 174); Max value from RGB is 168 - color contains mainly: red. Hex color #A80204 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80204 is #57FDFB. Grayscale: #343434. Windows color (decimal): -5766652 or 262824. OLE color: 262824.
HSL color Cylindrical-coordinate representation of color #A80204: hue angle of 359.28º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A80204 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 2 | 4 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.34 |
| HSL | 359.28º | 0.98% | 0.33% | - |
| HSV(B) | 359.28º | 0.99% | 0.66% | - |
| XYZ | 16.19 | 8.38 | 0.88 | - |
| YUV | 51.86 | 101 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 2 | 4 | 0 | 0.99 | 0.98 | 0.34 | 359.28 | 0.98 | 0.33 |
| Hex | A8 | 2 | 4 | 0 | 63 | 62 | 22 | 167 | 62 | 21 |
| Octal | 250 | 2 | 4 | 0 | 143 | 142 | 42 | 547 | 142 | 41 |
| Binary | 10101000 | 10 | 100 | 0 | 1100011 | 1100010 | 100010 | 101100111 | 1100010 | 100001 |
Color Harmonies of #A80204
Complementary color
Monochromatic Colors of #A80204
Black with #A80204
Text Example
Text Example
White with #A80204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80204; }
p { color: rgb(168,2,4); }
H1.HeaderClassName
{
color: #A80204;
}
.AnyTagClassName
{
color: #A80204;
}
</style>
background-color css
<style>
a { background-color: #A80204; }
a { background-color: rgb(168,2,4); }
div.DivClassName
{
background-color: #A80204;
}
.BgClassName
{
background-color: #A80204;
}
</style>
border-color css
<style>
span { border-color: #A80204; }
span { border-color: rgb(168,2,4); }
td.TdClassName
{
border-color: #A80204;
}
.TagClassName
{
border-color: #A80204;
}
</style>