Shades of Sangria #AD020C
Tints of Sangria #AD020C
RGB
CMYK
RGB Variations
Color information
#AD020C (or 0xAD020C) is known color: Sangria. HEX triplet: AD, 02 and 0C. RGB value is (173,2,12). Sum of RGB (Red+Green+Blue) = 173+2+12=187 (24% of max value = 765). Red value is 173 (67.97% from 255 or 92.51% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 173 - color contains mainly: red. Hex color #AD020C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD020C is #52FDF3. Grayscale: #363636. Windows color (decimal): -5438964 or 787117. OLE color: 787117.
HSL color Cylindrical-coordinate representation of color #AD020C: hue angle of 356.49º 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 #AD020C is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 2 | 12 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.32 |
| HSL | 356.49º | 0.98% | 0.34% | - |
| HSV(B) | 356.49º | 0.99% | 0.68% | - |
| XYZ | 17.32 | 8.95 | 1.16 | - |
| YUV | 54.27 | 104.15 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 12 | 0 | 0.99 | 0.93 | 0.32 | 356.49 | 0.98 | 0.34 |
| Hex | AD | 2 | C | 0 | 63 | 5D | 20 | 164 | 62 | 22 |
| Octal | 255 | 2 | 14 | 0 | 143 | 135 | 40 | 544 | 142 | 42 |
| Binary | 10101101 | 10 | 1100 | 0 | 1100011 | 1011101 | 100000 | 101100100 | 1100010 | 100010 |
Color Harmonies of #AD020C
Complementary color
Monochromatic Colors of #AD020C
Black with #AD020C
Text Example
Text Example
White with #AD020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD020C; }
p { color: rgb(173,2,12); }
H1.HeaderClassName
{
color: #AD020C;
}
.AnyTagClassName
{
color: #AD020C;
}
</style>
background-color css
<style>
a { background-color: #AD020C; }
a { background-color: rgb(173,2,12); }
div.DivClassName
{
background-color: #AD020C;
}
.BgClassName
{
background-color: #AD020C;
}
</style>
border-color css
<style>
span { border-color: #AD020C; }
span { border-color: rgb(173,2,12); }
td.TdClassName
{
border-color: #AD020C;
}
.TagClassName
{
border-color: #AD020C;
}
</style>