Shades of Carmine #AD011D
Tints of Carmine #AD011D
RGB
CMYK
RGB Variations
Color information
#AD011D (or 0xAD011D) is known color: Carmine. HEX triplet: AD, 01 and 1D. RGB value is (173,1,29). Sum of RGB (Red+Green+Blue) = 173+1+29=203 (26% of max value = 765). Red value is 173 (67.97% from 255 or 85.22% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 173 - color contains mainly: red. Hex color #AD011D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD011D is #52FEE2. Grayscale: #373737. Windows color (decimal): -5439203 or 1900973. OLE color: 1900973.
HSL color Cylindrical-coordinate representation of color #AD011D: hue angle of 350.23º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD011D is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 1 | 29 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.32 |
| HSL | 350.23º | 0.99% | 0.34% | - |
| HSV(B) | 350.23º | 0.99% | 0.68% | - |
| XYZ | 17.47 | 8.99 | 1.98 | - |
| YUV | 55.62 | 112.98 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 29 | 0 | 0.99 | 0.83 | 0.32 | 350.23 | 0.99 | 0.34 |
| Hex | AD | 1 | 1D | 0 | 63 | 53 | 20 | 15E | 63 | 22 |
| Octal | 255 | 1 | 35 | 0 | 143 | 123 | 40 | 536 | 143 | 42 |
| Binary | 10101101 | 1 | 11101 | 0 | 1100011 | 1010011 | 100000 | 101011110 | 1100011 | 100010 |
Color Harmonies of #AD011D
Complementary color
Monochromatic Colors of #AD011D
Black with #AD011D
Text Example
Text Example
White with #AD011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD011D; }
p { color: rgb(173,1,29); }
H1.HeaderClassName
{
color: #AD011D;
}
.AnyTagClassName
{
color: #AD011D;
}
</style>
background-color css
<style>
a { background-color: #AD011D; }
a { background-color: rgb(173,1,29); }
div.DivClassName
{
background-color: #AD011D;
}
.BgClassName
{
background-color: #AD011D;
}
</style>
border-color css
<style>
span { border-color: #AD011D; }
span { border-color: rgb(173,1,29); }
td.TdClassName
{
border-color: #AD011D;
}
.TagClassName
{
border-color: #AD011D;
}
</style>