Shades of Sangria #A0080C
Tints of Sangria #A0080C
RGB
CMYK
RGB Variations
Color information
#A0080C (or 0xA0080C) is known color: Sangria. HEX triplet: A0, 08 and 0C. RGB value is (160,8,12). Sum of RGB (Red+Green+Blue) = 160+8+12=180 (23% of max value = 765). Red value is 160 (62.89% from 255 or 88.89% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 12 (5.08% from 255 or 6.67% from 180); Max value from RGB is 160 - color contains mainly: red. Hex color #A0080C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0080C is #5FF7F3. Grayscale: #363636. Windows color (decimal): -6289396 or 788640. OLE color: 788640.
HSL color Cylindrical-coordinate representation of color #A0080C: hue angle of 358.42º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A0080C is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 8 | 12 | - |
| CMYK | 0 | 0.95 | 0.93 | 0.37 |
| HSL | 358.42º | 0.9% | 0.33% | - |
| HSV(B) | 358.42º | 0.95% | 0.63% | - |
| XYZ | 14.65 | 7.67 | 1.06 | - |
| YUV | 53.9 | 104.36 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 8 | 12 | 0 | 0.95 | 0.93 | 0.37 | 358.42 | 0.9 | 0.33 |
| Hex | A0 | 8 | C | 0 | 5F | 5D | 25 | 166 | 5A | 21 |
| Octal | 240 | 10 | 14 | 0 | 137 | 135 | 45 | 546 | 132 | 41 |
| Binary | 10100000 | 1000 | 1100 | 0 | 1011111 | 1011101 | 100101 | 101100110 | 1011010 | 100001 |
Color Harmonies of #A0080C
Complementary color
Monochromatic Colors of #A0080C
Black with #A0080C
Text Example
Text Example
White with #A0080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0080C; }
p { color: rgb(160,8,12); }
H1.HeaderClassName
{
color: #A0080C;
}
.AnyTagClassName
{
color: #A0080C;
}
</style>
background-color css
<style>
a { background-color: #A0080C; }
a { background-color: rgb(160,8,12); }
div.DivClassName
{
background-color: #A0080C;
}
.BgClassName
{
background-color: #A0080C;
}
</style>
border-color css
<style>
span { border-color: #A0080C; }
span { border-color: rgb(160,8,12); }
td.TdClassName
{
border-color: #A0080C;
}
.TagClassName
{
border-color: #A0080C;
}
</style>