Shades of Sangria #AD0609
Tints of Sangria #AD0609
RGB
CMYK
RGB Variations
Color information
#AD0609 (or 0xAD0609) is known color: Sangria. HEX triplet: AD, 06 and 09. RGB value is (173,6,9). Sum of RGB (Red+Green+Blue) = 173+6+9=188 (24% of max value = 765). Red value is 173 (67.97% from 255 or 92.02% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 9 (3.91% from 255 or 4.79% from 188); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0609 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0609 is #52F9F6. Grayscale: #383838. Windows color (decimal): -5437943 or 591533. OLE color: 591533.
HSL color Cylindrical-coordinate representation of color #AD0609: hue angle of 358.92º 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 #AD0609 is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 9 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.32 |
| HSL | 358.92º | 0.93% | 0.35% | - |
| HSV(B) | 358.92º | 0.97% | 0.68% | - |
| XYZ | 17.35 | 9.03 | 1.09 | - |
| YUV | 56.28 | 101.33 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 9 | 0 | 0.97 | 0.95 | 0.32 | 358.92 | 0.93 | 0.35 |
| Hex | AD | 6 | 9 | 0 | 61 | 5F | 20 | 167 | 5D | 23 |
| Octal | 255 | 6 | 11 | 0 | 141 | 137 | 40 | 547 | 135 | 43 |
| Binary | 10101101 | 110 | 1001 | 0 | 1100001 | 1011111 | 100000 | 101100111 | 1011101 | 100011 |
Color Harmonies of #AD0609
Complementary color
Monochromatic Colors of #AD0609
Black with #AD0609
Text Example
Text Example
White with #AD0609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0609; }
p { color: rgb(173,6,9); }
H1.HeaderClassName
{
color: #AD0609;
}
.AnyTagClassName
{
color: #AD0609;
}
</style>
background-color css
<style>
a { background-color: #AD0609; }
a { background-color: rgb(173,6,9); }
div.DivClassName
{
background-color: #AD0609;
}
.BgClassName
{
background-color: #AD0609;
}
</style>
border-color css
<style>
span { border-color: #AD0609; }
span { border-color: rgb(173,6,9); }
td.TdClassName
{
border-color: #AD0609;
}
.TagClassName
{
border-color: #AD0609;
}
</style>