Shades of Sangria #AD070B
Tints of Sangria #AD070B
RGB
CMYK
RGB Variations
Color information
#AD070B (or 0xAD070B) is known color: Sangria. HEX triplet: AD, 07 and 0B. RGB value is (173,7,11). Sum of RGB (Red+Green+Blue) = 173+7+11=191 (25% of max value = 765). Red value is 173 (67.97% from 255 or 90.58% from 191); Green value is 7 (3.12% from 255 or 3.66% from 191); Blue value is 11 (4.69% from 255 or 5.76% from 191); Max value from RGB is 173 - color contains mainly: red. Hex color #AD070B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD070B is #52F8F4. Grayscale: #393939. Windows color (decimal): -5437685 or 722861. OLE color: 722861.
HSL color Cylindrical-coordinate representation of color #AD070B: hue angle of 358.55º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD070B is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 7 | 11 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.32 |
| HSL | 358.55º | 0.92% | 0.35% | - |
| HSV(B) | 358.55º | 0.96% | 0.68% | - |
| XYZ | 17.37 | 9.06 | 1.15 | - |
| YUV | 57.09 | 102 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 11 | 0 | 0.96 | 0.94 | 0.32 | 358.55 | 0.92 | 0.35 |
| Hex | AD | 7 | B | 0 | 60 | 5E | 20 | 167 | 5C | 23 |
| Octal | 255 | 7 | 13 | 0 | 140 | 136 | 40 | 547 | 134 | 43 |
| Binary | 10101101 | 111 | 1011 | 0 | 1100000 | 1011110 | 100000 | 101100111 | 1011100 | 100011 |
Color Harmonies of #AD070B
Complementary color
Monochromatic Colors of #AD070B
Black with #AD070B
Text Example
Text Example
White with #AD070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD070B; }
p { color: rgb(173,7,11); }
H1.HeaderClassName
{
color: #AD070B;
}
.AnyTagClassName
{
color: #AD070B;
}
</style>
background-color css
<style>
a { background-color: #AD070B; }
a { background-color: rgb(173,7,11); }
div.DivClassName
{
background-color: #AD070B;
}
.BgClassName
{
background-color: #AD070B;
}
</style>
border-color css
<style>
span { border-color: #AD070B; }
span { border-color: rgb(173,7,11); }
td.TdClassName
{
border-color: #AD070B;
}
.TagClassName
{
border-color: #AD070B;
}
</style>