Shades of Sangria #AD0304
Tints of Sangria #AD0304
RGB
CMYK
RGB Variations
Color information
#AD0304 (or 0xAD0304) is known color: Sangria. HEX triplet: AD, 03 and 04. RGB value is (173,3,4). Sum of RGB (Red+Green+Blue) = 173+3+4=180 (23% of max value = 765). Red value is 173 (67.97% from 255 or 96.11% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 4 (1.95% from 255 or 2.22% from 180); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0304 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0304 is #52FCFB. Grayscale: #363636. Windows color (decimal): -5438716 or 263085. OLE color: 263085.
HSL color Cylindrical-coordinate representation of color #AD0304: hue angle of 359.65º degrees, saturation: 0.97, 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 #AD0304 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 4 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.32 |
| HSL | 359.65º | 0.97% | 0.35% | - |
| HSV(B) | 359.65º | 0.98% | 0.68% | - |
| XYZ | 17.29 | 8.96 | 0.93 | - |
| YUV | 53.94 | 99.82 | 212.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 4 | 0 | 0.98 | 0.98 | 0.32 | 359.65 | 0.97 | 0.35 |
| Hex | AD | 3 | 4 | 0 | 62 | 62 | 20 | 168 | 61 | 23 |
| Octal | 255 | 3 | 4 | 0 | 142 | 142 | 40 | 550 | 141 | 43 |
| Binary | 10101101 | 11 | 100 | 0 | 1100010 | 1100010 | 100000 | 101101000 | 1100001 | 100011 |
Color Harmonies of #AD0304
Complementary color
Monochromatic Colors of #AD0304
Black with #AD0304
Text Example
Text Example
White with #AD0304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0304; }
p { color: rgb(173,3,4); }
H1.HeaderClassName
{
color: #AD0304;
}
.AnyTagClassName
{
color: #AD0304;
}
</style>
background-color css
<style>
a { background-color: #AD0304; }
a { background-color: rgb(173,3,4); }
div.DivClassName
{
background-color: #AD0304;
}
.BgClassName
{
background-color: #AD0304;
}
</style>
border-color css
<style>
span { border-color: #AD0304; }
span { border-color: rgb(173,3,4); }
td.TdClassName
{
border-color: #AD0304;
}
.TagClassName
{
border-color: #AD0304;
}
</style>