Shades of Carmine #AD0721
Tints of Carmine #AD0721
RGB
CMYK
RGB Variations
Color information
#AD0721 (or 0xAD0721) is known color: Carmine. HEX triplet: AD, 07 and 21. RGB value is (173,7,33). Sum of RGB (Red+Green+Blue) = 173+7+33=213 (28% of max value = 765). Red value is 173 (67.97% from 255 or 81.22% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0721 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0721 is #52F8DE. Grayscale: #3B3B3B. Windows color (decimal): -5437663 or 2164653. OLE color: 2164653.
HSL color Cylindrical-coordinate representation of color #AD0721: hue angle of 350.6º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD0721 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 7 | 33 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.32 |
| HSL | 350.6º | 0.92% | 0.35% | - |
| HSV(B) | 350.6º | 0.96% | 0.68% | - |
| XYZ | 17.58 | 9.15 | 2.28 | - |
| YUV | 59.6 | 113 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 33 | 0 | 0.96 | 0.81 | 0.32 | 350.6 | 0.92 | 0.35 |
| Hex | AD | 7 | 21 | 0 | 60 | 51 | 20 | 15F | 5C | 23 |
| Octal | 255 | 7 | 41 | 0 | 140 | 121 | 40 | 537 | 134 | 43 |
| Binary | 10101101 | 111 | 100001 | 0 | 1100000 | 1010001 | 100000 | 101011111 | 1011100 | 100011 |
Color Harmonies of #AD0721
Complementary color
Monochromatic Colors of #AD0721
Black with #AD0721
Text Example
Text Example
White with #AD0721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0721; }
p { color: rgb(173,7,33); }
H1.HeaderClassName
{
color: #AD0721;
}
.AnyTagClassName
{
color: #AD0721;
}
</style>
background-color css
<style>
a { background-color: #AD0721; }
a { background-color: rgb(173,7,33); }
div.DivClassName
{
background-color: #AD0721;
}
.BgClassName
{
background-color: #AD0721;
}
</style>
border-color css
<style>
span { border-color: #AD0721; }
span { border-color: rgb(173,7,33); }
td.TdClassName
{
border-color: #AD0721;
}
.TagClassName
{
border-color: #AD0721;
}
</style>