Shades of Sangria #AD050B
Tints of Sangria #AD050B
RGB
CMYK
RGB Variations
Color information
#AD050B (or 0xAD050B) is known color: Sangria. HEX triplet: AD, 05 and 0B. RGB value is (173,5,11). Sum of RGB (Red+Green+Blue) = 173+5+11=189 (25% of max value = 765). Red value is 173 (67.97% from 255 or 91.53% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 11 (4.69% from 255 or 5.82% from 189); Max value from RGB is 173 - color contains mainly: red. Hex color #AD050B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD050B is #52FAF4. Grayscale: #383838. Windows color (decimal): -5438197 or 722349. OLE color: 722349.
HSL color Cylindrical-coordinate representation of color #AD050B: hue angle of 357.86º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD050B is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 5 | 11 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.32 |
| HSL | 357.86º | 0.94% | 0.35% | - |
| HSV(B) | 357.86º | 0.97% | 0.68% | - |
| XYZ | 17.35 | 9.02 | 1.14 | - |
| YUV | 55.92 | 102.66 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 11 | 0 | 0.97 | 0.94 | 0.32 | 357.86 | 0.94 | 0.35 |
| Hex | AD | 5 | B | 0 | 61 | 5E | 20 | 166 | 5E | 23 |
| Octal | 255 | 5 | 13 | 0 | 141 | 136 | 40 | 546 | 136 | 43 |
| Binary | 10101101 | 101 | 1011 | 0 | 1100001 | 1011110 | 100000 | 101100110 | 1011110 | 100011 |
Color Harmonies of #AD050B
Complementary color
Monochromatic Colors of #AD050B
Black with #AD050B
Text Example
Text Example
White with #AD050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD050B; }
p { color: rgb(173,5,11); }
H1.HeaderClassName
{
color: #AD050B;
}
.AnyTagClassName
{
color: #AD050B;
}
</style>
background-color css
<style>
a { background-color: #AD050B; }
a { background-color: rgb(173,5,11); }
div.DivClassName
{
background-color: #AD050B;
}
.BgClassName
{
background-color: #AD050B;
}
</style>
border-color css
<style>
span { border-color: #AD050B; }
span { border-color: rgb(173,5,11); }
td.TdClassName
{
border-color: #AD050B;
}
.TagClassName
{
border-color: #AD050B;
}
</style>