Shades of Sangria #A80206
Tints of Sangria #A80206
RGB
CMYK
RGB Variations
Color information
#A80206 (or 0xA80206) is known color: Sangria. HEX triplet: A8, 02 and 06. RGB value is (168,2,6). Sum of RGB (Red+Green+Blue) = 168+2+6=176 (23% of max value = 765). Red value is 168 (66.02% from 255 or 95.45% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 6 (2.73% from 255 or 3.41% from 176); Max value from RGB is 168 - color contains mainly: red. Hex color #A80206 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80206 is #57FDF9. Grayscale: #343434. Windows color (decimal): -5766650 or 393896. OLE color: 393896.
HSL color Cylindrical-coordinate representation of color #A80206: hue angle of 358.55º 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 #A80206 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 2 | 6 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.34 |
| HSL | 358.55º | 0.98% | 0.33% | - |
| HSV(B) | 358.55º | 0.99% | 0.66% | - |
| XYZ | 16.2 | 8.38 | 0.94 | - |
| YUV | 52.09 | 102 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 2 | 6 | 0 | 0.99 | 0.96 | 0.34 | 358.55 | 0.98 | 0.33 |
| Hex | A8 | 2 | 6 | 0 | 63 | 60 | 22 | 167 | 62 | 21 |
| Octal | 250 | 2 | 6 | 0 | 143 | 140 | 42 | 547 | 142 | 41 |
| Binary | 10101000 | 10 | 110 | 0 | 1100011 | 1100000 | 100010 | 101100111 | 1100010 | 100001 |
Color Harmonies of #A80206
Complementary color
Monochromatic Colors of #A80206
Black with #A80206
Text Example
Text Example
White with #A80206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80206; }
p { color: rgb(168,2,6); }
H1.HeaderClassName
{
color: #A80206;
}
.AnyTagClassName
{
color: #A80206;
}
</style>
background-color css
<style>
a { background-color: #A80206; }
a { background-color: rgb(168,2,6); }
div.DivClassName
{
background-color: #A80206;
}
.BgClassName
{
background-color: #A80206;
}
</style>
border-color css
<style>
span { border-color: #A80206; }
span { border-color: rgb(168,2,6); }
td.TdClassName
{
border-color: #A80206;
}
.TagClassName
{
border-color: #A80206;
}
</style>