Shades of Sangria #AD060B
Tints of Sangria #AD060B
RGB
CMYK
RGB Variations
Color information
#AD060B (or 0xAD060B) is known color: Sangria. HEX triplet: AD, 06 and 0B. RGB value is (173,6,11). Sum of RGB (Red+Green+Blue) = 173+6+11=190 (25% of max value = 765). Red value is 173 (67.97% from 255 or 91.05% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 11 (4.69% from 255 or 5.79% from 190); Max value from RGB is 173 - color contains mainly: red. Hex color #AD060B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD060B is #52F9F4. Grayscale: #383838. Windows color (decimal): -5437941 or 722605. OLE color: 722605.
HSL color Cylindrical-coordinate representation of color #AD060B: hue angle of 358.2º degrees, saturation: 0.93, 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 #AD060B is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 11 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.32 |
| HSL | 358.2º | 0.93% | 0.35% | - |
| HSV(B) | 358.2º | 0.97% | 0.68% | - |
| XYZ | 17.36 | 9.04 | 1.15 | - |
| YUV | 56.5 | 102.33 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 11 | 0 | 0.97 | 0.94 | 0.32 | 358.2 | 0.93 | 0.35 |
| Hex | AD | 6 | B | 0 | 61 | 5E | 20 | 166 | 5D | 23 |
| Octal | 255 | 6 | 13 | 0 | 141 | 136 | 40 | 546 | 135 | 43 |
| Binary | 10101101 | 110 | 1011 | 0 | 1100001 | 1011110 | 100000 | 101100110 | 1011101 | 100011 |
Color Harmonies of #AD060B
Complementary color
Monochromatic Colors of #AD060B
Black with #AD060B
Text Example
Text Example
White with #AD060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD060B; }
p { color: rgb(173,6,11); }
H1.HeaderClassName
{
color: #AD060B;
}
.AnyTagClassName
{
color: #AD060B;
}
</style>
background-color css
<style>
a { background-color: #AD060B; }
a { background-color: rgb(173,6,11); }
div.DivClassName
{
background-color: #AD060B;
}
.BgClassName
{
background-color: #AD060B;
}
</style>
border-color css
<style>
span { border-color: #AD060B; }
span { border-color: rgb(173,6,11); }
td.TdClassName
{
border-color: #AD060B;
}
.TagClassName
{
border-color: #AD060B;
}
</style>