Shades of Sangria #A0010B
Tints of Sangria #A0010B
RGB
CMYK
RGB Variations
Color information
#A0010B (or 0xA0010B) is known color: Sangria. HEX triplet: A0, 01 and 0B. RGB value is (160,1,11). Sum of RGB (Red+Green+Blue) = 160+1+11=172 (22% of max value = 765). Red value is 160 (62.89% from 255 or 93.02% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 11 (4.69% from 255 or 6.40% from 172); Max value from RGB is 160 - color contains mainly: red. Hex color #A0010B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0010B is #5FFEF4. Grayscale: #313131. Windows color (decimal): -6291189 or 721312. OLE color: 721312.
HSL color Cylindrical-coordinate representation of color #A0010B: hue angle of 356.23º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0010B is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 1 | 11 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.37 |
| HSL | 356.23º | 0.99% | 0.32% | - |
| HSV(B) | 356.23º | 0.99% | 0.63% | - |
| XYZ | 14.57 | 7.52 | 1 | - |
| YUV | 49.68 | 106.18 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 11 | 0 | 0.99 | 0.93 | 0.37 | 356.23 | 0.99 | 0.32 |
| Hex | A0 | 1 | B | 0 | 63 | 5D | 25 | 164 | 63 | 20 |
| Octal | 240 | 1 | 13 | 0 | 143 | 135 | 45 | 544 | 143 | 40 |
| Binary | 10100000 | 1 | 1011 | 0 | 1100011 | 1011101 | 100101 | 101100100 | 1100011 | 100000 |
Color Harmonies of #A0010B
Complementary color
Monochromatic Colors of #A0010B
Black with #A0010B
Text Example
Text Example
White with #A0010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0010B; }
p { color: rgb(160,1,11); }
H1.HeaderClassName
{
color: #A0010B;
}
.AnyTagClassName
{
color: #A0010B;
}
</style>
background-color css
<style>
a { background-color: #A0010B; }
a { background-color: rgb(160,1,11); }
div.DivClassName
{
background-color: #A0010B;
}
.BgClassName
{
background-color: #A0010B;
}
</style>
border-color css
<style>
span { border-color: #A0010B; }
span { border-color: rgb(160,1,11); }
td.TdClassName
{
border-color: #A0010B;
}
.TagClassName
{
border-color: #A0010B;
}
</style>