Shades of Sangria #AD0405
Tints of Sangria #AD0405
RGB
CMYK
RGB Variations
Color information
#AD0405 (or 0xAD0405) is known color: Sangria. HEX triplet: AD, 04 and 05. RGB value is (173,4,5). Sum of RGB (Red+Green+Blue) = 173+4+5=182 (24% of max value = 765). Red value is 173 (67.97% from 255 or 95.05% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 5 (2.34% from 255 or 2.75% from 182); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0405 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0405 is #52FBFA. Grayscale: #363636. Windows color (decimal): -5438459 or 328877. OLE color: 328877.
HSL color Cylindrical-coordinate representation of color #AD0405: hue angle of 359.64º 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 #AD0405 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 4 | 5 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.32 |
| HSL | 359.65º | 0.95% | 0.35% | - |
| HSV(B) | 359.65º | 0.98% | 0.68% | - |
| XYZ | 17.3 | 8.98 | 0.97 | - |
| YUV | 54.65 | 99.99 | 212.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 5 | 0 | 0.98 | 0.97 | 0.32 | 359.65 | 0.95 | 0.35 |
| Hex | AD | 4 | 5 | 0 | 62 | 61 | 20 | 168 | 5F | 23 |
| Octal | 255 | 4 | 5 | 0 | 142 | 141 | 40 | 550 | 137 | 43 |
| Binary | 10101101 | 100 | 101 | 0 | 1100010 | 1100001 | 100000 | 101101000 | 1011111 | 100011 |
Color Harmonies of #AD0405
Complementary color
Monochromatic Colors of #AD0405
Black with #AD0405
Text Example
Text Example
White with #AD0405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0405; }
p { color: rgb(173,4,5); }
H1.HeaderClassName
{
color: #AD0405;
}
.AnyTagClassName
{
color: #AD0405;
}
</style>
background-color css
<style>
a { background-color: #AD0405; }
a { background-color: rgb(173,4,5); }
div.DivClassName
{
background-color: #AD0405;
}
.BgClassName
{
background-color: #AD0405;
}
</style>
border-color css
<style>
span { border-color: #AD0405; }
span { border-color: rgb(173,4,5); }
td.TdClassName
{
border-color: #AD0405;
}
.TagClassName
{
border-color: #AD0405;
}
</style>