Shades of Sangria #A80A0C
Tints of Sangria #A80A0C
RGB
CMYK
RGB Variations
Color information
#A80A0C (or 0xA80A0C) is known color: Sangria. HEX triplet: A8, 0A and 0C. RGB value is (168,10,12). Sum of RGB (Red+Green+Blue) = 168+10+12=190 (25% of max value = 765). Red value is 168 (66.02% from 255 or 88.42% from 190); Green value is 10 (4.30% from 255 or 5.26% from 190); Blue value is 12 (5.08% from 255 or 6.32% from 190); Max value from RGB is 168 - color contains mainly: red. Hex color #A80A0C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80A0C is #57F5F3. Grayscale: #393939. Windows color (decimal): -5764596 or 789160. OLE color: 789160.
HSL color Cylindrical-coordinate representation of color #A80A0C: hue angle of 359.24º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80A0C is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 10 | 12 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.34 |
| HSL | 359.24º | 0.89% | 0.35% | - |
| HSV(B) | 359.24º | 0.94% | 0.66% | - |
| XYZ | 16.32 | 8.57 | 1.14 | - |
| YUV | 57.47 | 102.35 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 10 | 12 | 0 | 0.94 | 0.93 | 0.34 | 359.24 | 0.89 | 0.35 |
| Hex | A8 | A | C | 0 | 5E | 5D | 22 | 167 | 59 | 23 |
| Octal | 250 | 12 | 14 | 0 | 136 | 135 | 42 | 547 | 131 | 43 |
| Binary | 10101000 | 1010 | 1100 | 0 | 1011110 | 1011101 | 100010 | 101100111 | 1011001 | 100011 |
Color Harmonies of #A80A0C
Complementary color
Monochromatic Colors of #A80A0C
Black with #A80A0C
Text Example
Text Example
White with #A80A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80A0C; }
p { color: rgb(168,10,12); }
H1.HeaderClassName
{
color: #A80A0C;
}
.AnyTagClassName
{
color: #A80A0C;
}
</style>
background-color css
<style>
a { background-color: #A80A0C; }
a { background-color: rgb(168,10,12); }
div.DivClassName
{
background-color: #A80A0C;
}
.BgClassName
{
background-color: #A80A0C;
}
</style>
border-color css
<style>
span { border-color: #A80A0C; }
span { border-color: rgb(168,10,12); }
td.TdClassName
{
border-color: #A80A0C;
}
.TagClassName
{
border-color: #A80A0C;
}
</style>