Shades of Sangria #AD0105
Tints of Sangria #AD0105
RGB
CMYK
RGB Variations
Color information
#AD0105 (or 0xAD0105) is known color: Sangria. HEX triplet: AD, 01 and 05. RGB value is (173,1,5). Sum of RGB (Red+Green+Blue) = 173+1+5=179 (23% of max value = 765). Red value is 173 (67.97% from 255 or 96.65% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 5 (2.34% from 255 or 2.79% from 179); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0105 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0105 is #52FEFA. Grayscale: #353535. Windows color (decimal): -5439227 or 328109. OLE color: 328109.
HSL color Cylindrical-coordinate representation of color #AD0105: hue angle of 358.6º degrees, saturation: 0.99, 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 #AD0105 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 1 | 5 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.32 |
| HSL | 358.6º | 0.99% | 0.34% | - |
| HSV(B) | 358.6º | 0.99% | 0.68% | - |
| XYZ | 17.27 | 8.92 | 0.95 | - |
| YUV | 52.88 | 100.98 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 5 | 0 | 0.99 | 0.97 | 0.32 | 358.6 | 0.99 | 0.34 |
| Hex | AD | 1 | 5 | 0 | 63 | 61 | 20 | 167 | 63 | 22 |
| Octal | 255 | 1 | 5 | 0 | 143 | 141 | 40 | 547 | 143 | 42 |
| Binary | 10101101 | 1 | 101 | 0 | 1100011 | 1100001 | 100000 | 101100111 | 1100011 | 100010 |
Color Harmonies of #AD0105
Complementary color
Monochromatic Colors of #AD0105
Black with #AD0105
Text Example
Text Example
White with #AD0105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0105; }
p { color: rgb(173,1,5); }
H1.HeaderClassName
{
color: #AD0105;
}
.AnyTagClassName
{
color: #AD0105;
}
</style>
background-color css
<style>
a { background-color: #AD0105; }
a { background-color: rgb(173,1,5); }
div.DivClassName
{
background-color: #AD0105;
}
.BgClassName
{
background-color: #AD0105;
}
</style>
border-color css
<style>
span { border-color: #AD0105; }
span { border-color: rgb(173,1,5); }
td.TdClassName
{
border-color: #AD0105;
}
.TagClassName
{
border-color: #AD0105;
}
</style>