Shades of Sangria #A00B0D
Tints of Sangria #A00B0D
RGB
CMYK
RGB Variations
Color information
#A00B0D (or 0xA00B0D) is known color: Sangria. HEX triplet: A0, 0B and 0D. RGB value is (160,11,13). Sum of RGB (Red+Green+Blue) = 160+11+13=184 (24% of max value = 765). Red value is 160 (62.89% from 255 or 86.96% from 184); Green value is 11 (4.69% from 255 or 5.98% from 184); Blue value is 13 (5.47% from 255 or 7.07% from 184); Max value from RGB is 160 - color contains mainly: red. Hex color #A00B0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00B0D is #5FF4F2. Grayscale: #373737. Windows color (decimal): -6288627 or 854944. OLE color: 854944.
HSL color Cylindrical-coordinate representation of color #A00B0D: hue angle of 359.19º 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 #A00B0D is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 11 | 13 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.37 |
| HSL | 359.19º | 0.87% | 0.34% | - |
| HSV(B) | 359.19º | 0.93% | 0.63% | - |
| XYZ | 14.69 | 7.74 | 1.1 | - |
| YUV | 55.78 | 103.86 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 11 | 13 | 0 | 0.93 | 0.92 | 0.37 | 359.19 | 0.87 | 0.34 |
| Hex | A0 | B | D | 0 | 5D | 5C | 25 | 167 | 57 | 22 |
| Octal | 240 | 13 | 15 | 0 | 135 | 134 | 45 | 547 | 127 | 42 |
| Binary | 10100000 | 1011 | 1101 | 0 | 1011101 | 1011100 | 100101 | 101100111 | 1010111 | 100010 |
Color Harmonies of #A00B0D
Complementary color
Monochromatic Colors of #A00B0D
Black with #A00B0D
Text Example
Text Example
White with #A00B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00B0D; }
p { color: rgb(160,11,13); }
H1.HeaderClassName
{
color: #A00B0D;
}
.AnyTagClassName
{
color: #A00B0D;
}
</style>
background-color css
<style>
a { background-color: #A00B0D; }
a { background-color: rgb(160,11,13); }
div.DivClassName
{
background-color: #A00B0D;
}
.BgClassName
{
background-color: #A00B0D;
}
</style>
border-color css
<style>
span { border-color: #A00B0D; }
span { border-color: rgb(160,11,13); }
td.TdClassName
{
border-color: #A00B0D;
}
.TagClassName
{
border-color: #A00B0D;
}
</style>