Shades of Sangria #A0080D
Tints of Sangria #A0080D
RGB
CMYK
RGB Variations
Color information
#A0080D (or 0xA0080D) is known color: Sangria. HEX triplet: A0, 08 and 0D. RGB value is (160,8,13). Sum of RGB (Red+Green+Blue) = 160+8+13=181 (23% of max value = 765). Red value is 160 (62.89% from 255 or 88.40% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 160 - color contains mainly: red. Hex color #A0080D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0080D is #5FF7F2. Grayscale: #363636. Windows color (decimal): -6289395 or 854176. OLE color: 854176.
HSL color Cylindrical-coordinate representation of color #A0080D: hue angle of 358.03º 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 #A0080D is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 8 | 13 | - |
| CMYK | 0 | 0.95 | 0.92 | 0.37 |
| HSL | 358.03º | 0.9% | 0.33% | - |
| HSV(B) | 358.03º | 0.95% | 0.63% | - |
| XYZ | 14.66 | 7.68 | 1.09 | - |
| YUV | 54.02 | 104.86 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 8 | 13 | 0 | 0.95 | 0.92 | 0.37 | 358.03 | 0.9 | 0.33 |
| Hex | A0 | 8 | D | 0 | 5F | 5C | 25 | 166 | 5A | 21 |
| Octal | 240 | 10 | 15 | 0 | 137 | 134 | 45 | 546 | 132 | 41 |
| Binary | 10100000 | 1000 | 1101 | 0 | 1011111 | 1011100 | 100101 | 101100110 | 1011010 | 100001 |
Color Harmonies of #A0080D
Complementary color
Monochromatic Colors of #A0080D
Black with #A0080D
Text Example
Text Example
White with #A0080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0080D; }
p { color: rgb(160,8,13); }
H1.HeaderClassName
{
color: #A0080D;
}
.AnyTagClassName
{
color: #A0080D;
}
</style>
background-color css
<style>
a { background-color: #A0080D; }
a { background-color: rgb(160,8,13); }
div.DivClassName
{
background-color: #A0080D;
}
.BgClassName
{
background-color: #A0080D;
}
</style>
border-color css
<style>
span { border-color: #A0080D; }
span { border-color: rgb(160,8,13); }
td.TdClassName
{
border-color: #A0080D;
}
.TagClassName
{
border-color: #A0080D;
}
</style>