Shades of Sangria #A0090B
Tints of Sangria #A0090B
RGB
CMYK
RGB Variations
Color information
#A0090B (or 0xA0090B) is known color: Sangria. HEX triplet: A0, 09 and 0B. RGB value is (160,9,11). Sum of RGB (Red+Green+Blue) = 160+9+11=180 (23% of max value = 765). Red value is 160 (62.89% from 255 or 88.89% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 11 (4.69% from 255 or 6.11% from 180); Max value from RGB is 160 - color contains mainly: red. Hex color #A0090B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0090B is #5FF6F4. Grayscale: #363636. Windows color (decimal): -6289141 or 723360. OLE color: 723360.
HSL color Cylindrical-coordinate representation of color #A0090B: hue angle of 359.21º 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 #A0090B is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 9 | 11 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.37 |
| HSL | 359.21º | 0.89% | 0.33% | - |
| HSV(B) | 359.21º | 0.94% | 0.63% | - |
| XYZ | 14.66 | 7.69 | 1.03 | - |
| YUV | 54.38 | 103.53 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 9 | 11 | 0 | 0.94 | 0.93 | 0.37 | 359.21 | 0.89 | 0.33 |
| Hex | A0 | 9 | B | 0 | 5E | 5D | 25 | 167 | 59 | 21 |
| Octal | 240 | 11 | 13 | 0 | 136 | 135 | 45 | 547 | 131 | 41 |
| Binary | 10100000 | 1001 | 1011 | 0 | 1011110 | 1011101 | 100101 | 101100111 | 1011001 | 100001 |
Color Harmonies of #A0090B
Complementary color
Monochromatic Colors of #A0090B
Black with #A0090B
Text Example
Text Example
White with #A0090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0090B; }
p { color: rgb(160,9,11); }
H1.HeaderClassName
{
color: #A0090B;
}
.AnyTagClassName
{
color: #A0090B;
}
</style>
background-color css
<style>
a { background-color: #A0090B; }
a { background-color: rgb(160,9,11); }
div.DivClassName
{
background-color: #A0090B;
}
.BgClassName
{
background-color: #A0090B;
}
</style>
border-color css
<style>
span { border-color: #A0090B; }
span { border-color: rgb(160,9,11); }
td.TdClassName
{
border-color: #A0090B;
}
.TagClassName
{
border-color: #A0090B;
}
</style>