Shades of Carmine #AD0617
Tints of Carmine #AD0617
RGB
CMYK
RGB Variations
Color information
#AD0617 (or 0xAD0617) is known color: Carmine. HEX triplet: AD, 06 and 17. RGB value is (173,6,23). Sum of RGB (Red+Green+Blue) = 173+6+23=202 (26% of max value = 765). Red value is 173 (67.97% from 255 or 85.64% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 23 (9.38% from 255 or 11.39% from 202); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0617 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0617 is #52F9E8. Grayscale: #393939. Windows color (decimal): -5437929 or 1509037. OLE color: 1509037.
HSL color Cylindrical-coordinate representation of color #AD0617: hue angle of 353.89º degrees, saturation: 0.93, 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 #AD0617 is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 23 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.32 |
| HSL | 353.89º | 0.93% | 0.35% | - |
| HSV(B) | 353.89º | 0.97% | 0.68% | - |
| XYZ | 17.45 | 9.08 | 1.64 | - |
| YUV | 57.87 | 108.33 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 23 | 0 | 0.97 | 0.87 | 0.32 | 353.89 | 0.93 | 0.35 |
| Hex | AD | 6 | 17 | 0 | 61 | 57 | 20 | 162 | 5D | 23 |
| Octal | 255 | 6 | 27 | 0 | 141 | 127 | 40 | 542 | 135 | 43 |
| Binary | 10101101 | 110 | 10111 | 0 | 1100001 | 1010111 | 100000 | 101100010 | 1011101 | 100011 |
Color Harmonies of #AD0617
Complementary color
Monochromatic Colors of #AD0617
Black with #AD0617
Text Example
Text Example
White with #AD0617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0617; }
p { color: rgb(173,6,23); }
H1.HeaderClassName
{
color: #AD0617;
}
.AnyTagClassName
{
color: #AD0617;
}
</style>
background-color css
<style>
a { background-color: #AD0617; }
a { background-color: rgb(173,6,23); }
div.DivClassName
{
background-color: #AD0617;
}
.BgClassName
{
background-color: #AD0617;
}
</style>
border-color css
<style>
span { border-color: #AD0617; }
span { border-color: rgb(173,6,23); }
td.TdClassName
{
border-color: #AD0617;
}
.TagClassName
{
border-color: #AD0617;
}
</style>