Shades of Carmine #AD071F
Tints of Carmine #AD071F
RGB
CMYK
RGB Variations
Color information
#AD071F (or 0xAD071F) is known color: Carmine. HEX triplet: AD, 07 and 1F. RGB value is (173,7,31). Sum of RGB (Red+Green+Blue) = 173+7+31=211 (27% of max value = 765). Red value is 173 (67.97% from 255 or 81.99% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 31 (12.5% from 255 or 14.69% from 211); Max value from RGB is 173 - color contains mainly: red. Hex color #AD071F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD071F is #52F8E0. Grayscale: #3B3B3B. Windows color (decimal): -5437665 or 2033581. OLE color: 2033581.
HSL color Cylindrical-coordinate representation of color #AD071F: hue angle of 351.33º 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 #AD071F is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 7 | 31 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.32 |
| HSL | 351.33º | 0.92% | 0.35% | - |
| HSV(B) | 351.33º | 0.96% | 0.68% | - |
| XYZ | 17.56 | 9.14 | 2.13 | - |
| YUV | 59.37 | 112 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 31 | 0 | 0.96 | 0.82 | 0.32 | 351.33 | 0.92 | 0.35 |
| Hex | AD | 7 | 1F | 0 | 60 | 52 | 20 | 15F | 5C | 23 |
| Octal | 255 | 7 | 37 | 0 | 140 | 122 | 40 | 537 | 134 | 43 |
| Binary | 10101101 | 111 | 11111 | 0 | 1100000 | 1010010 | 100000 | 101011111 | 1011100 | 100011 |
Color Harmonies of #AD071F
Complementary color
Monochromatic Colors of #AD071F
Black with #AD071F
Text Example
Text Example
White with #AD071F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD071F; }
p { color: rgb(173,7,31); }
H1.HeaderClassName
{
color: #AD071F;
}
.AnyTagClassName
{
color: #AD071F;
}
</style>
background-color css
<style>
a { background-color: #AD071F; }
a { background-color: rgb(173,7,31); }
div.DivClassName
{
background-color: #AD071F;
}
.BgClassName
{
background-color: #AD071F;
}
</style>
border-color css
<style>
span { border-color: #AD071F; }
span { border-color: rgb(173,7,31); }
td.TdClassName
{
border-color: #AD071F;
}
.TagClassName
{
border-color: #AD071F;
}
</style>