Shades of Sangria #AD020B
Tints of Sangria #AD020B
RGB
CMYK
RGB Variations
Color information
#AD020B (or 0xAD020B) is known color: Sangria. HEX triplet: AD, 02 and 0B. RGB value is (173,2,11). Sum of RGB (Red+Green+Blue) = 173+2+11=186 (24% of max value = 765). Red value is 173 (67.97% from 255 or 93.01% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 11 (4.69% from 255 or 5.91% from 186); Max value from RGB is 173 - color contains mainly: red. Hex color #AD020B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD020B is #52FDF4. Grayscale: #363636. Windows color (decimal): -5438965 or 721581. OLE color: 721581.
HSL color Cylindrical-coordinate representation of color #AD020B: hue angle of 356.84º degrees, saturation: 0.98, 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 #AD020B is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 2 | 11 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.32 |
| HSL | 356.84º | 0.98% | 0.34% | - |
| HSV(B) | 356.84º | 0.99% | 0.68% | - |
| XYZ | 17.32 | 8.95 | 1.13 | - |
| YUV | 54.16 | 103.65 | 212.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 11 | 0 | 0.99 | 0.94 | 0.32 | 356.84 | 0.98 | 0.34 |
| Hex | AD | 2 | B | 0 | 63 | 5E | 20 | 165 | 62 | 22 |
| Octal | 255 | 2 | 13 | 0 | 143 | 136 | 40 | 545 | 142 | 42 |
| Binary | 10101101 | 10 | 1011 | 0 | 1100011 | 1011110 | 100000 | 101100101 | 1100010 | 100010 |
Color Harmonies of #AD020B
Complementary color
Monochromatic Colors of #AD020B
Black with #AD020B
Text Example
Text Example
White with #AD020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD020B; }
p { color: rgb(173,2,11); }
H1.HeaderClassName
{
color: #AD020B;
}
.AnyTagClassName
{
color: #AD020B;
}
</style>
background-color css
<style>
a { background-color: #AD020B; }
a { background-color: rgb(173,2,11); }
div.DivClassName
{
background-color: #AD020B;
}
.BgClassName
{
background-color: #AD020B;
}
</style>
border-color css
<style>
span { border-color: #AD020B; }
span { border-color: rgb(173,2,11); }
td.TdClassName
{
border-color: #AD020B;
}
.TagClassName
{
border-color: #AD020B;
}
</style>