Shades of Carmine #AD0722
Tints of Carmine #AD0722
RGB
CMYK
RGB Variations
Color information
#AD0722 (or 0xAD0722) is known color: Carmine. HEX triplet: AD, 07 and 22. RGB value is (173,7,34). Sum of RGB (Red+Green+Blue) = 173+7+34=214 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.84% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 34 (13.67% from 255 or 15.89% from 214); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0722 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0722 is #52F8DD. Grayscale: #3B3B3B. Windows color (decimal): -5437662 or 2230189. OLE color: 2230189.
HSL color Cylindrical-coordinate representation of color #AD0722: hue angle of 350.24º 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 #AD0722 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 7 | 34 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.32 |
| HSL | 350.24º | 0.92% | 0.35% | - |
| HSV(B) | 350.24º | 0.96% | 0.68% | - |
| XYZ | 17.6 | 9.15 | 2.35 | - |
| YUV | 59.71 | 113.5 | 208.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 34 | 0 | 0.96 | 0.80 | 0.32 | 350.24 | 0.92 | 0.35 |
| Hex | AD | 7 | 22 | 0 | 60 | 50 | 20 | 15E | 5C | 23 |
| Octal | 255 | 7 | 42 | 0 | 140 | 120 | 40 | 536 | 134 | 43 |
| Binary | 10101101 | 111 | 100010 | 0 | 1100000 | 1010000 | 100000 | 101011110 | 1011100 | 100011 |
Color Harmonies of #AD0722
Complementary color
Monochromatic Colors of #AD0722
Black with #AD0722
Text Example
Text Example
White with #AD0722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0722; }
p { color: rgb(173,7,34); }
H1.HeaderClassName
{
color: #AD0722;
}
.AnyTagClassName
{
color: #AD0722;
}
</style>
background-color css
<style>
a { background-color: #AD0722; }
a { background-color: rgb(173,7,34); }
div.DivClassName
{
background-color: #AD0722;
}
.BgClassName
{
background-color: #AD0722;
}
</style>
border-color css
<style>
span { border-color: #AD0722; }
span { border-color: rgb(173,7,34); }
td.TdClassName
{
border-color: #AD0722;
}
.TagClassName
{
border-color: #AD0722;
}
</style>