Shades of Sangria #AD0307
Tints of Sangria #AD0307
RGB
CMYK
RGB Variations
Color information
#AD0307 (or 0xAD0307) is known color: Sangria. HEX triplet: AD, 03 and 07. RGB value is (173,3,7). Sum of RGB (Red+Green+Blue) = 173+3+7=183 (24% of max value = 765). Red value is 173 (67.97% from 255 or 94.54% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 7 (3.12% from 255 or 3.83% from 183); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0307 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0307 is #52FCF8. Grayscale: #363636. Windows color (decimal): -5438713 or 459693. OLE color: 459693.
HSL color Cylindrical-coordinate representation of color #AD0307: hue angle of 358.59º 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 #AD0307 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 7 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.32 |
| HSL | 358.59º | 0.97% | 0.35% | - |
| HSV(B) | 358.59º | 0.98% | 0.68% | - |
| XYZ | 17.3 | 8.96 | 1.02 | - |
| YUV | 54.29 | 101.32 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 7 | 0 | 0.98 | 0.96 | 0.32 | 358.59 | 0.97 | 0.35 |
| Hex | AD | 3 | 7 | 0 | 62 | 60 | 20 | 167 | 61 | 23 |
| Octal | 255 | 3 | 7 | 0 | 142 | 140 | 40 | 547 | 141 | 43 |
| Binary | 10101101 | 11 | 111 | 0 | 1100010 | 1100000 | 100000 | 101100111 | 1100001 | 100011 |
Color Harmonies of #AD0307
Complementary color
Monochromatic Colors of #AD0307
Black with #AD0307
Text Example
Text Example
White with #AD0307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0307; }
p { color: rgb(173,3,7); }
H1.HeaderClassName
{
color: #AD0307;
}
.AnyTagClassName
{
color: #AD0307;
}
</style>
background-color css
<style>
a { background-color: #AD0307; }
a { background-color: rgb(173,3,7); }
div.DivClassName
{
background-color: #AD0307;
}
.BgClassName
{
background-color: #AD0307;
}
</style>
border-color css
<style>
span { border-color: #AD0307; }
span { border-color: rgb(173,3,7); }
td.TdClassName
{
border-color: #AD0307;
}
.TagClassName
{
border-color: #AD0307;
}
</style>