Shades of Sangria #AD010B
Tints of Sangria #AD010B
RGB
CMYK
RGB Variations
Color information
#AD010B (or 0xAD010B) is known color: Sangria. HEX triplet: AD, 01 and 0B. RGB value is (173,1,11). Sum of RGB (Red+Green+Blue) = 173+1+11=185 (24% of max value = 765). Red value is 173 (67.97% from 255 or 93.51% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 11 (4.69% from 255 or 5.95% from 185); Max value from RGB is 173 - color contains mainly: red. Hex color #AD010B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD010B is #52FEF4. Grayscale: #353535. Windows color (decimal): -5439221 or 721325. OLE color: 721325.
HSL color Cylindrical-coordinate representation of color #AD010B: hue angle of 356.51º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD010B is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 1 | 11 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.32 |
| HSL | 356.51º | 0.99% | 0.34% | - |
| HSV(B) | 356.51º | 0.99% | 0.68% | - |
| XYZ | 17.3 | 8.93 | 1.13 | - |
| YUV | 53.57 | 103.98 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 11 | 0 | 0.99 | 0.94 | 0.32 | 356.51 | 0.99 | 0.34 |
| Hex | AD | 1 | B | 0 | 63 | 5E | 20 | 165 | 63 | 22 |
| Octal | 255 | 1 | 13 | 0 | 143 | 136 | 40 | 545 | 143 | 42 |
| Binary | 10101101 | 1 | 1011 | 0 | 1100011 | 1011110 | 100000 | 101100101 | 1100011 | 100010 |
Color Harmonies of #AD010B
Complementary color
Monochromatic Colors of #AD010B
Black with #AD010B
Text Example
Text Example
White with #AD010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD010B; }
p { color: rgb(173,1,11); }
H1.HeaderClassName
{
color: #AD010B;
}
.AnyTagClassName
{
color: #AD010B;
}
</style>
background-color css
<style>
a { background-color: #AD010B; }
a { background-color: rgb(173,1,11); }
div.DivClassName
{
background-color: #AD010B;
}
.BgClassName
{
background-color: #AD010B;
}
</style>
border-color css
<style>
span { border-color: #AD010B; }
span { border-color: rgb(173,1,11); }
td.TdClassName
{
border-color: #AD010B;
}
.TagClassName
{
border-color: #AD010B;
}
</style>