Shades of Carmine #AD0516
Tints of Carmine #AD0516
RGB
CMYK
RGB Variations
Color information
#AD0516 (or 0xAD0516) is known color: Carmine. HEX triplet: AD, 05 and 16. RGB value is (173,5,22). Sum of RGB (Red+Green+Blue) = 173+5+22=200 (26% of max value = 765). Red value is 173 (67.97% from 255 or 86.5% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 22 (8.98% from 255 or 11% from 200); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0516 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0516 is #52FAE9. Grayscale: #393939. Windows color (decimal): -5438186 or 1443245. OLE color: 1443245.
HSL color Cylindrical-coordinate representation of color #AD0516: hue angle of 353.93º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD0516 is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 5 | 22 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.32 |
| HSL | 353.93º | 0.94% | 0.35% | - |
| HSV(B) | 353.93º | 0.97% | 0.68% | - |
| XYZ | 17.43 | 9.05 | 1.59 | - |
| YUV | 57.17 | 108.16 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 22 | 0 | 0.97 | 0.87 | 0.32 | 353.93 | 0.94 | 0.35 |
| Hex | AD | 5 | 16 | 0 | 61 | 57 | 20 | 162 | 5E | 23 |
| Octal | 255 | 5 | 26 | 0 | 141 | 127 | 40 | 542 | 136 | 43 |
| Binary | 10101101 | 101 | 10110 | 0 | 1100001 | 1010111 | 100000 | 101100010 | 1011110 | 100011 |
Color Harmonies of #AD0516
Complementary color
Monochromatic Colors of #AD0516
Black with #AD0516
Text Example
Text Example
White with #AD0516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0516; }
p { color: rgb(173,5,22); }
H1.HeaderClassName
{
color: #AD0516;
}
.AnyTagClassName
{
color: #AD0516;
}
</style>
background-color css
<style>
a { background-color: #AD0516; }
a { background-color: rgb(173,5,22); }
div.DivClassName
{
background-color: #AD0516;
}
.BgClassName
{
background-color: #AD0516;
}
</style>
border-color css
<style>
span { border-color: #AD0516; }
span { border-color: rgb(173,5,22); }
td.TdClassName
{
border-color: #AD0516;
}
.TagClassName
{
border-color: #AD0516;
}
</style>