Shades of Sangria #AD060D
Tints of Sangria #AD060D
RGB
CMYK
RGB Variations
Color information
#AD060D (or 0xAD060D) is known color: Sangria. HEX triplet: AD, 06 and 0D. RGB value is (173,6,13). Sum of RGB (Red+Green+Blue) = 173+6+13=192 (25% of max value = 765). Red value is 173 (67.97% from 255 or 90.10% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 173 - color contains mainly: red. Hex color #AD060D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD060D is #52F9F2. Grayscale: #383838. Windows color (decimal): -5437939 or 853677. OLE color: 853677.
HSL color Cylindrical-coordinate representation of color #AD060D: hue angle of 357.49º 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 #AD060D is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 13 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.32 |
| HSL | 357.49º | 0.93% | 0.35% | - |
| HSV(B) | 357.49º | 0.97% | 0.68% | - |
| XYZ | 17.37 | 9.04 | 1.21 | - |
| YUV | 56.73 | 103.33 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 13 | 0 | 0.97 | 0.92 | 0.32 | 357.49 | 0.93 | 0.35 |
| Hex | AD | 6 | D | 0 | 61 | 5C | 20 | 165 | 5D | 23 |
| Octal | 255 | 6 | 15 | 0 | 141 | 134 | 40 | 545 | 135 | 43 |
| Binary | 10101101 | 110 | 1101 | 0 | 1100001 | 1011100 | 100000 | 101100101 | 1011101 | 100011 |
Color Harmonies of #AD060D
Complementary color
Monochromatic Colors of #AD060D
Black with #AD060D
Text Example
Text Example
White with #AD060D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD060D; }
p { color: rgb(173,6,13); }
H1.HeaderClassName
{
color: #AD060D;
}
.AnyTagClassName
{
color: #AD060D;
}
</style>
background-color css
<style>
a { background-color: #AD060D; }
a { background-color: rgb(173,6,13); }
div.DivClassName
{
background-color: #AD060D;
}
.BgClassName
{
background-color: #AD060D;
}
</style>
border-color css
<style>
span { border-color: #AD060D; }
span { border-color: rgb(173,6,13); }
td.TdClassName
{
border-color: #AD060D;
}
.TagClassName
{
border-color: #AD060D;
}
</style>