Shades of Sangria #AD0205
Tints of Sangria #AD0205
RGB
CMYK
RGB Variations
Color information
#AD0205 (or 0xAD0205) is known color: Sangria. HEX triplet: AD, 02 and 05. RGB value is (173,2,5). Sum of RGB (Red+Green+Blue) = 173+2+5=180 (23% of max value = 765). Red value is 173 (67.97% from 255 or 96.11% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 5 (2.34% from 255 or 2.78% from 180); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0205 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0205 is #52FDFA. Grayscale: #353535. Windows color (decimal): -5438971 or 328365. OLE color: 328365.
HSL color Cylindrical-coordinate representation of color #AD0205: hue angle of 358.95º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD0205 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 2 | 5 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.32 |
| HSL | 358.95º | 0.98% | 0.34% | - |
| HSV(B) | 358.95º | 0.99% | 0.68% | - |
| XYZ | 17.28 | 8.94 | 0.96 | - |
| YUV | 53.47 | 100.65 | 213.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 5 | 0 | 0.99 | 0.97 | 0.32 | 358.95 | 0.98 | 0.34 |
| Hex | AD | 2 | 5 | 0 | 63 | 61 | 20 | 167 | 62 | 22 |
| Octal | 255 | 2 | 5 | 0 | 143 | 141 | 40 | 547 | 142 | 42 |
| Binary | 10101101 | 10 | 101 | 0 | 1100011 | 1100001 | 100000 | 101100111 | 1100010 | 100010 |
Color Harmonies of #AD0205
Complementary color
Monochromatic Colors of #AD0205
Black with #AD0205
Text Example
Text Example
White with #AD0205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0205; }
p { color: rgb(173,2,5); }
H1.HeaderClassName
{
color: #AD0205;
}
.AnyTagClassName
{
color: #AD0205;
}
</style>
background-color css
<style>
a { background-color: #AD0205; }
a { background-color: rgb(173,2,5); }
div.DivClassName
{
background-color: #AD0205;
}
.BgClassName
{
background-color: #AD0205;
}
</style>
border-color css
<style>
span { border-color: #AD0205; }
span { border-color: rgb(173,2,5); }
td.TdClassName
{
border-color: #AD0205;
}
.TagClassName
{
border-color: #AD0205;
}
</style>