Shades of Sangria #A0090D
Tints of Sangria #A0090D
RGB
CMYK
RGB Variations
Color information
#A0090D (or 0xA0090D) is known color: Sangria. HEX triplet: A0, 09 and 0D. RGB value is (160,9,13). Sum of RGB (Red+Green+Blue) = 160+9+13=182 (24% of max value = 765). Red value is 160 (62.89% from 255 or 87.91% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 13 (5.47% from 255 or 7.14% from 182); Max value from RGB is 160 - color contains mainly: red. Hex color #A0090D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0090D is #5FF6F2. Grayscale: #363636. Windows color (decimal): -6289139 or 854432. OLE color: 854432.
HSL color Cylindrical-coordinate representation of color #A0090D: hue angle of 358.41º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A0090D is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 9 | 13 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.37 |
| HSL | 358.41º | 0.89% | 0.33% | - |
| HSV(B) | 358.41º | 0.94% | 0.63% | - |
| XYZ | 14.67 | 7.7 | 1.09 | - |
| YUV | 54.61 | 104.53 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 9 | 13 | 0 | 0.94 | 0.92 | 0.37 | 358.41 | 0.89 | 0.33 |
| Hex | A0 | 9 | D | 0 | 5E | 5C | 25 | 166 | 59 | 21 |
| Octal | 240 | 11 | 15 | 0 | 136 | 134 | 45 | 546 | 131 | 41 |
| Binary | 10100000 | 1001 | 1101 | 0 | 1011110 | 1011100 | 100101 | 101100110 | 1011001 | 100001 |
Color Harmonies of #A0090D
Complementary color
Monochromatic Colors of #A0090D
Black with #A0090D
Text Example
Text Example
White with #A0090D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0090D; }
p { color: rgb(160,9,13); }
H1.HeaderClassName
{
color: #A0090D;
}
.AnyTagClassName
{
color: #A0090D;
}
</style>
background-color css
<style>
a { background-color: #A0090D; }
a { background-color: rgb(160,9,13); }
div.DivClassName
{
background-color: #A0090D;
}
.BgClassName
{
background-color: #A0090D;
}
</style>
border-color css
<style>
span { border-color: #A0090D; }
span { border-color: rgb(160,9,13); }
td.TdClassName
{
border-color: #A0090D;
}
.TagClassName
{
border-color: #A0090D;
}
</style>