Shades of Carmine #AD071D
Tints of Carmine #AD071D
RGB
CMYK
RGB Variations
Color information
#AD071D (or 0xAD071D) is known color: Carmine. HEX triplet: AD, 07 and 1D. RGB value is (173,7,29). Sum of RGB (Red+Green+Blue) = 173+7+29=209 (27% of max value = 765). Red value is 173 (67.97% from 255 or 82.78% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 29 (11.72% from 255 or 13.88% from 209); Max value from RGB is 173 - color contains mainly: red. Hex color #AD071D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD071D is #52F8E2. Grayscale: #3B3B3B. Windows color (decimal): -5437667 or 1902509. OLE color: 1902509.
HSL color Cylindrical-coordinate representation of color #AD071D: hue angle of 352.05º 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 #AD071D is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 7 | 29 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.32 |
| HSL | 352.05º | 0.92% | 0.35% | - |
| HSV(B) | 352.05º | 0.96% | 0.68% | - |
| XYZ | 17.53 | 9.12 | 2 | - |
| YUV | 59.14 | 111 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 29 | 0 | 0.96 | 0.83 | 0.32 | 352.05 | 0.92 | 0.35 |
| Hex | AD | 7 | 1D | 0 | 60 | 53 | 20 | 160 | 5C | 23 |
| Octal | 255 | 7 | 35 | 0 | 140 | 123 | 40 | 540 | 134 | 43 |
| Binary | 10101101 | 111 | 11101 | 0 | 1100000 | 1010011 | 100000 | 101100000 | 1011100 | 100011 |
Color Harmonies of #AD071D
Complementary color
Monochromatic Colors of #AD071D
Black with #AD071D
Text Example
Text Example
White with #AD071D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD071D; }
p { color: rgb(173,7,29); }
H1.HeaderClassName
{
color: #AD071D;
}
.AnyTagClassName
{
color: #AD071D;
}
</style>
background-color css
<style>
a { background-color: #AD071D; }
a { background-color: rgb(173,7,29); }
div.DivClassName
{
background-color: #AD071D;
}
.BgClassName
{
background-color: #AD071D;
}
</style>
border-color css
<style>
span { border-color: #AD071D; }
span { border-color: rgb(173,7,29); }
td.TdClassName
{
border-color: #AD071D;
}
.TagClassName
{
border-color: #AD071D;
}
</style>