Shades of Sangria #A00B0F
Tints of Sangria #A00B0F
RGB
CMYK
RGB Variations
Color information
#A00B0F (or 0xA00B0F) is known color: Sangria. HEX triplet: A0, 0B and 0F. RGB value is (160,11,15). Sum of RGB (Red+Green+Blue) = 160+11+15=186 (24% of max value = 765). Red value is 160 (62.89% from 255 or 86.02% from 186); Green value is 11 (4.69% from 255 or 5.91% from 186); Blue value is 15 (6.25% from 255 or 8.06% from 186); Max value from RGB is 160 - color contains mainly: red. Hex color #A00B0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00B0F is #5FF4F0. Grayscale: #383838. Windows color (decimal): -6288625 or 986016. OLE color: 986016.
HSL color Cylindrical-coordinate representation of color #A00B0F: hue angle of 358.39º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00B0F is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 11 | 15 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.37 |
| HSL | 358.39º | 0.87% | 0.34% | - |
| HSV(B) | 358.39º | 0.93% | 0.63% | - |
| XYZ | 14.7 | 7.75 | 1.17 | - |
| YUV | 56.01 | 104.86 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 11 | 15 | 0 | 0.93 | 0.91 | 0.37 | 358.39 | 0.87 | 0.34 |
| Hex | A0 | B | F | 0 | 5D | 5B | 25 | 166 | 57 | 22 |
| Octal | 240 | 13 | 17 | 0 | 135 | 133 | 45 | 546 | 127 | 42 |
| Binary | 10100000 | 1011 | 1111 | 0 | 1011101 | 1011011 | 100101 | 101100110 | 1010111 | 100010 |
Color Harmonies of #A00B0F
Complementary color
Monochromatic Colors of #A00B0F
Black with #A00B0F
Text Example
Text Example
White with #A00B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00B0F; }
p { color: rgb(160,11,15); }
H1.HeaderClassName
{
color: #A00B0F;
}
.AnyTagClassName
{
color: #A00B0F;
}
</style>
background-color css
<style>
a { background-color: #A00B0F; }
a { background-color: rgb(160,11,15); }
div.DivClassName
{
background-color: #A00B0F;
}
.BgClassName
{
background-color: #A00B0F;
}
</style>
border-color css
<style>
span { border-color: #A00B0F; }
span { border-color: rgb(160,11,15); }
td.TdClassName
{
border-color: #A00B0F;
}
.TagClassName
{
border-color: #A00B0F;
}
</style>