Shades of Sangria #A0090F
Tints of Sangria #A0090F
RGB
CMYK
RGB Variations
Color information
#A0090F (or 0xA0090F) is known color: Sangria. HEX triplet: A0, 09 and 0F. RGB value is (160,9,15). Sum of RGB (Red+Green+Blue) = 160+9+15=184 (24% of max value = 765). Red value is 160 (62.89% from 255 or 86.96% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 160 - color contains mainly: red. Hex color #A0090F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0090F is #5FF6F0. Grayscale: #363636. Windows color (decimal): -6289137 or 985504. OLE color: 985504.
HSL color Cylindrical-coordinate representation of color #A0090F: hue angle of 357.62º 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 #A0090F is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 9 | 15 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.37 |
| HSL | 357.62º | 0.89% | 0.33% | - |
| HSV(B) | 357.62º | 0.94% | 0.63% | - |
| XYZ | 14.68 | 7.7 | 1.17 | - |
| YUV | 54.83 | 105.53 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 9 | 15 | 0 | 0.94 | 0.91 | 0.37 | 357.62 | 0.89 | 0.33 |
| Hex | A0 | 9 | F | 0 | 5E | 5B | 25 | 166 | 59 | 21 |
| Octal | 240 | 11 | 17 | 0 | 136 | 133 | 45 | 546 | 131 | 41 |
| Binary | 10100000 | 1001 | 1111 | 0 | 1011110 | 1011011 | 100101 | 101100110 | 1011001 | 100001 |
Color Harmonies of #A0090F
Complementary color
Monochromatic Colors of #A0090F
Black with #A0090F
Text Example
Text Example
White with #A0090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0090F; }
p { color: rgb(160,9,15); }
H1.HeaderClassName
{
color: #A0090F;
}
.AnyTagClassName
{
color: #A0090F;
}
</style>
background-color css
<style>
a { background-color: #A0090F; }
a { background-color: rgb(160,9,15); }
div.DivClassName
{
background-color: #A0090F;
}
.BgClassName
{
background-color: #A0090F;
}
</style>
border-color css
<style>
span { border-color: #A0090F; }
span { border-color: rgb(160,9,15); }
td.TdClassName
{
border-color: #A0090F;
}
.TagClassName
{
border-color: #A0090F;
}
</style>