Shades of Carmine #AD072D
Tints of Carmine #AD072D
RGB
CMYK
RGB Variations
Color information
#AD072D (or 0xAD072D) is known color: Carmine. HEX triplet: AD, 07 and 2D. RGB value is (173,7,45). Sum of RGB (Red+Green+Blue) = 173+7+45=225 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.89% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 173 - color contains mainly: red. Hex color #AD072D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD072D is #52F8D2. Grayscale: #3C3C3C. Windows color (decimal): -5437651 or 2951085. OLE color: 2951085.
HSL color Cylindrical-coordinate representation of color #AD072D: hue angle of 346.27º 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 #AD072D is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 7 | 45 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.32 |
| HSL | 346.27º | 0.92% | 0.35% | - |
| HSV(B) | 346.27º | 0.96% | 0.68% | - |
| XYZ | 17.78 | 9.23 | 3.33 | - |
| YUV | 60.97 | 119 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 45 | 0 | 0.96 | 0.74 | 0.32 | 346.27 | 0.92 | 0.35 |
| Hex | AD | 7 | 2D | 0 | 60 | 4A | 20 | 15A | 5C | 23 |
| Octal | 255 | 7 | 55 | 0 | 140 | 112 | 40 | 532 | 134 | 43 |
| Binary | 10101101 | 111 | 101101 | 0 | 1100000 | 1001010 | 100000 | 101011010 | 1011100 | 100011 |
Color Harmonies of #AD072D
Complementary color
Monochromatic Colors of #AD072D
Black with #AD072D
Text Example
Text Example
White with #AD072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD072D; }
p { color: rgb(173,7,45); }
H1.HeaderClassName
{
color: #AD072D;
}
.AnyTagClassName
{
color: #AD072D;
}
</style>
background-color css
<style>
a { background-color: #AD072D; }
a { background-color: rgb(173,7,45); }
div.DivClassName
{
background-color: #AD072D;
}
.BgClassName
{
background-color: #AD072D;
}
</style>
border-color css
<style>
span { border-color: #AD072D; }
span { border-color: rgb(173,7,45); }
td.TdClassName
{
border-color: #AD072D;
}
.TagClassName
{
border-color: #AD072D;
}
</style>