Shades of Sangria #AD080B
Tints of Sangria #AD080B
RGB
CMYK
RGB Variations
Color information
#AD080B (or 0xAD080B) is known color: Sangria. HEX triplet: AD, 08 and 0B. RGB value is (173,8,11). Sum of RGB (Red+Green+Blue) = 173+8+11=192 (25% of max value = 765). Red value is 173 (67.97% from 255 or 90.10% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 11 (4.69% from 255 or 5.73% from 192); Max value from RGB is 173 - color contains mainly: red. Hex color #AD080B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD080B is #52F7F4. Grayscale: #393939. Windows color (decimal): -5437429 or 723117. OLE color: 723117.
HSL color Cylindrical-coordinate representation of color #AD080B: hue angle of 358.91º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD080B is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 8 | 11 | - |
| CMYK | 0 | 0.95 | 0.94 | 0.32 |
| HSL | 358.91º | 0.91% | 0.35% | - |
| HSV(B) | 358.91º | 0.95% | 0.68% | - |
| XYZ | 17.38 | 9.08 | 1.15 | - |
| YUV | 57.68 | 101.66 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 11 | 0 | 0.95 | 0.94 | 0.32 | 358.91 | 0.91 | 0.35 |
| Hex | AD | 8 | B | 0 | 5F | 5E | 20 | 167 | 5B | 23 |
| Octal | 255 | 10 | 13 | 0 | 137 | 136 | 40 | 547 | 133 | 43 |
| Binary | 10101101 | 1000 | 1011 | 0 | 1011111 | 1011110 | 100000 | 101100111 | 1011011 | 100011 |
Color Harmonies of #AD080B
Complementary color
Monochromatic Colors of #AD080B
Black with #AD080B
Text Example
Text Example
White with #AD080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD080B; }
p { color: rgb(173,8,11); }
H1.HeaderClassName
{
color: #AD080B;
}
.AnyTagClassName
{
color: #AD080B;
}
</style>
background-color css
<style>
a { background-color: #AD080B; }
a { background-color: rgb(173,8,11); }
div.DivClassName
{
background-color: #AD080B;
}
.BgClassName
{
background-color: #AD080B;
}
</style>
border-color css
<style>
span { border-color: #AD080B; }
span { border-color: rgb(173,8,11); }
td.TdClassName
{
border-color: #AD080B;
}
.TagClassName
{
border-color: #AD080B;
}
</style>