Shades of Carmine #AD0616
Tints of Carmine #AD0616
RGB
CMYK
RGB Variations
Color information
#AD0616 (or 0xAD0616) is known color: Carmine. HEX triplet: AD, 06 and 16. RGB value is (173,6,22). Sum of RGB (Red+Green+Blue) = 173+6+22=201 (26% of max value = 765). Red value is 173 (67.97% from 255 or 86.07% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0616 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0616 is #52F9E9. Grayscale: #393939. Windows color (decimal): -5437930 or 1443501. OLE color: 1443501.
HSL color Cylindrical-coordinate representation of color #AD0616: hue angle of 354.25º 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 #AD0616 is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 22 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.32 |
| HSL | 354.25º | 0.93% | 0.35% | - |
| HSV(B) | 354.25º | 0.97% | 0.68% | - |
| XYZ | 17.44 | 9.07 | 1.59 | - |
| YUV | 57.76 | 107.83 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 22 | 0 | 0.97 | 0.87 | 0.32 | 354.25 | 0.93 | 0.35 |
| Hex | AD | 6 | 16 | 0 | 61 | 57 | 20 | 162 | 5D | 23 |
| Octal | 255 | 6 | 26 | 0 | 141 | 127 | 40 | 542 | 135 | 43 |
| Binary | 10101101 | 110 | 10110 | 0 | 1100001 | 1010111 | 100000 | 101100010 | 1011101 | 100011 |
Color Harmonies of #AD0616
Complementary color
Monochromatic Colors of #AD0616
Black with #AD0616
Text Example
Text Example
White with #AD0616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0616; }
p { color: rgb(173,6,22); }
H1.HeaderClassName
{
color: #AD0616;
}
.AnyTagClassName
{
color: #AD0616;
}
</style>
background-color css
<style>
a { background-color: #AD0616; }
a { background-color: rgb(173,6,22); }
div.DivClassName
{
background-color: #AD0616;
}
.BgClassName
{
background-color: #AD0616;
}
</style>
border-color css
<style>
span { border-color: #AD0616; }
span { border-color: rgb(173,6,22); }
td.TdClassName
{
border-color: #AD0616;
}
.TagClassName
{
border-color: #AD0616;
}
</style>