Shades of Sangria #AD0409
Tints of Sangria #AD0409
RGB
CMYK
RGB Variations
Color information
#AD0409 (or 0xAD0409) is known color: Sangria. HEX triplet: AD, 04 and 09. RGB value is (173,4,9). Sum of RGB (Red+Green+Blue) = 173+4+9=186 (24% of max value = 765). Red value is 173 (67.97% from 255 or 93.01% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 9 (3.91% from 255 or 4.84% from 186); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0409 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0409 is #52FBF6. Grayscale: #373737. Windows color (decimal): -5438455 or 591021. OLE color: 591021.
HSL color Cylindrical-coordinate representation of color #AD0409: hue angle of 358.22º 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 #AD0409 is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 4 | 9 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.32 |
| HSL | 358.22º | 0.95% | 0.35% | - |
| HSV(B) | 358.22º | 0.98% | 0.68% | - |
| XYZ | 17.33 | 8.99 | 1.08 | - |
| YUV | 55.1 | 101.99 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 9 | 0 | 0.98 | 0.95 | 0.32 | 358.22 | 0.95 | 0.35 |
| Hex | AD | 4 | 9 | 0 | 62 | 5F | 20 | 166 | 5F | 23 |
| Octal | 255 | 4 | 11 | 0 | 142 | 137 | 40 | 546 | 137 | 43 |
| Binary | 10101101 | 100 | 1001 | 0 | 1100010 | 1011111 | 100000 | 101100110 | 1011111 | 100011 |
Color Harmonies of #AD0409
Complementary color
Monochromatic Colors of #AD0409
Black with #AD0409
Text Example
Text Example
White with #AD0409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0409; }
p { color: rgb(173,4,9); }
H1.HeaderClassName
{
color: #AD0409;
}
.AnyTagClassName
{
color: #AD0409;
}
</style>
background-color css
<style>
a { background-color: #AD0409; }
a { background-color: rgb(173,4,9); }
div.DivClassName
{
background-color: #AD0409;
}
.BgClassName
{
background-color: #AD0409;
}
</style>
border-color css
<style>
span { border-color: #AD0409; }
span { border-color: rgb(173,4,9); }
td.TdClassName
{
border-color: #AD0409;
}
.TagClassName
{
border-color: #AD0409;
}
</style>