Shades of Sangria #AD090B
Tints of Sangria #AD090B
RGB
CMYK
RGB Variations
Color information
#AD090B (or 0xAD090B) is known color: Sangria. HEX triplet: AD, 09 and 0B. RGB value is (173,9,11). Sum of RGB (Red+Green+Blue) = 173+9+11=193 (25% of max value = 765). Red value is 173 (67.97% from 255 or 89.64% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 11 (4.69% from 255 or 5.70% from 193); Max value from RGB is 173 - color contains mainly: red. Hex color #AD090B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD090B is #52F6F4. Grayscale: #3A3A3A. Windows color (decimal): -5437173 or 723373. OLE color: 723373.
HSL color Cylindrical-coordinate representation of color #AD090B: hue angle of 359.27º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD090B is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 11 | - |
| CMYK | 0 | 0.95 | 0.94 | 0.32 |
| HSL | 359.27º | 0.9% | 0.36% | - |
| HSV(B) | 359.27º | 0.95% | 0.68% | - |
| XYZ | 17.39 | 9.1 | 1.16 | - |
| YUV | 58.26 | 101.33 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 11 | 0 | 0.95 | 0.94 | 0.32 | 359.27 | 0.9 | 0.36 |
| Hex | AD | 9 | B | 0 | 5F | 5E | 20 | 167 | 5A | 24 |
| Octal | 255 | 11 | 13 | 0 | 137 | 136 | 40 | 547 | 132 | 44 |
| Binary | 10101101 | 1001 | 1011 | 0 | 1011111 | 1011110 | 100000 | 101100111 | 1011010 | 100100 |
Color Harmonies of #AD090B
Complementary color
Monochromatic Colors of #AD090B
Black with #AD090B
Text Example
Text Example
White with #AD090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD090B; }
p { color: rgb(173,9,11); }
H1.HeaderClassName
{
color: #AD090B;
}
.AnyTagClassName
{
color: #AD090B;
}
</style>
background-color css
<style>
a { background-color: #AD090B; }
a { background-color: rgb(173,9,11); }
div.DivClassName
{
background-color: #AD090B;
}
.BgClassName
{
background-color: #AD090B;
}
</style>
border-color css
<style>
span { border-color: #AD090B; }
span { border-color: rgb(173,9,11); }
td.TdClassName
{
border-color: #AD090B;
}
.TagClassName
{
border-color: #AD090B;
}
</style>