Shades of Sangria #AD0006
Tints of Sangria #AD0006
RGB
CMYK
RGB Variations
Color information
#AD0006 (or 0xAD0006) is known color: Sangria. HEX triplet: AD, 00 and 06. RGB value is (173,0,6). Sum of RGB (Red+Green+Blue) = 173+0+6=179 (23% of max value = 765). Red value is 173 (67.97% from 255 or 96.65% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 6 (2.73% from 255 or 3.35% from 179); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0006 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0006 is #52FFF9. Grayscale: #343434. Windows color (decimal): -5439482 or 393389. OLE color: 393389.
HSL color Cylindrical-coordinate representation of color #AD0006: hue angle of 357.92º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD0006 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 6 | - |
| CMYK | 0 | 1 | 0.97 | 0.32 |
| HSL | 357.92º | 1% | 0.34% | - |
| HSV(B) | 357.92º | 1% | 0.68% | - |
| XYZ | 17.27 | 8.9 | 0.98 | - |
| YUV | 52.41 | 101.81 | 214.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 6 | 0 | 1 | 0.97 | 0.32 | 357.92 | 1 | 0.34 |
| Hex | AD | 0 | 6 | 0 | 64 | 61 | 20 | 166 | 64 | 22 |
| Octal | 255 | 0 | 6 | 0 | 144 | 141 | 40 | 546 | 144 | 42 |
| Binary | 10101101 | 0 | 110 | 0 | 1100100 | 1100001 | 100000 | 101100110 | 1100100 | 100010 |
Color Harmonies of #AD0006
Complementary color
Monochromatic Colors of #AD0006
Black with #AD0006
Text Example
Text Example
White with #AD0006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0006; }
p { color: rgb(173,0,6); }
H1.HeaderClassName
{
color: #AD0006;
}
.AnyTagClassName
{
color: #AD0006;
}
</style>
background-color css
<style>
a { background-color: #AD0006; }
a { background-color: rgb(173,0,6); }
div.DivClassName
{
background-color: #AD0006;
}
.BgClassName
{
background-color: #AD0006;
}
</style>
border-color css
<style>
span { border-color: #AD0006; }
span { border-color: rgb(173,0,6); }
td.TdClassName
{
border-color: #AD0006;
}
.TagClassName
{
border-color: #AD0006;
}
</style>