Shades of Sangria #AD040B
Tints of Sangria #AD040B
RGB
CMYK
RGB Variations
Color information
#AD040B (or 0xAD040B) is known color: Sangria. HEX triplet: AD, 04 and 0B. RGB value is (173,4,11). Sum of RGB (Red+Green+Blue) = 173+4+11=188 (24% of max value = 765). Red value is 173 (67.97% from 255 or 92.02% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 173 - color contains mainly: red. Hex color #AD040B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD040B is #52FBF4. Grayscale: #373737. Windows color (decimal): -5438453 or 722093. OLE color: 722093.
HSL color Cylindrical-coordinate representation of color #AD040B: hue angle of 357.51º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD040B is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 4 | 11 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.32 |
| HSL | 357.51º | 0.95% | 0.35% | - |
| HSV(B) | 357.51º | 0.98% | 0.68% | - |
| XYZ | 17.34 | 9 | 1.14 | - |
| YUV | 55.33 | 102.99 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 11 | 0 | 0.98 | 0.94 | 0.32 | 357.51 | 0.95 | 0.35 |
| Hex | AD | 4 | B | 0 | 62 | 5E | 20 | 166 | 5F | 23 |
| Octal | 255 | 4 | 13 | 0 | 142 | 136 | 40 | 546 | 137 | 43 |
| Binary | 10101101 | 100 | 1011 | 0 | 1100010 | 1011110 | 100000 | 101100110 | 1011111 | 100011 |
Color Harmonies of #AD040B
Complementary color
Monochromatic Colors of #AD040B
Black with #AD040B
Text Example
Text Example
White with #AD040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD040B; }
p { color: rgb(173,4,11); }
H1.HeaderClassName
{
color: #AD040B;
}
.AnyTagClassName
{
color: #AD040B;
}
</style>
background-color css
<style>
a { background-color: #AD040B; }
a { background-color: rgb(173,4,11); }
div.DivClassName
{
background-color: #AD040B;
}
.BgClassName
{
background-color: #AD040B;
}
</style>
border-color css
<style>
span { border-color: #AD040B; }
span { border-color: rgb(173,4,11); }
td.TdClassName
{
border-color: #AD040B;
}
.TagClassName
{
border-color: #AD040B;
}
</style>