Shades of Carmine #AD011E
Tints of Carmine #AD011E
RGB
CMYK
RGB Variations
Color information
#AD011E (or 0xAD011E) is known color: Carmine. HEX triplet: AD, 01 and 1E. RGB value is (173,1,30). Sum of RGB (Red+Green+Blue) = 173+1+30=204 (27% of max value = 765). Red value is 173 (67.97% from 255 or 84.80% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 30 (12.11% from 255 or 14.71% from 204); Max value from RGB is 173 - color contains mainly: red. Hex color #AD011E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD011E is #52FEE1. Grayscale: #373737. Windows color (decimal): -5439202 or 1966509. OLE color: 1966509.
HSL color Cylindrical-coordinate representation of color #AD011E: hue angle of 349.88º 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 #AD011E is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 1 | 30 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.32 |
| HSL | 349.88º | 0.99% | 0.34% | - |
| HSV(B) | 349.88º | 0.99% | 0.68% | - |
| XYZ | 17.48 | 9 | 2.04 | - |
| YUV | 55.73 | 113.48 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 30 | 0 | 0.99 | 0.83 | 0.32 | 349.88 | 0.99 | 0.34 |
| Hex | AD | 1 | 1E | 0 | 63 | 53 | 20 | 15E | 63 | 22 |
| Octal | 255 | 1 | 36 | 0 | 143 | 123 | 40 | 536 | 143 | 42 |
| Binary | 10101101 | 1 | 11110 | 0 | 1100011 | 1010011 | 100000 | 101011110 | 1100011 | 100010 |
Color Harmonies of #AD011E
Complementary color
Monochromatic Colors of #AD011E
Black with #AD011E
Text Example
Text Example
White with #AD011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD011E; }
p { color: rgb(173,1,30); }
H1.HeaderClassName
{
color: #AD011E;
}
.AnyTagClassName
{
color: #AD011E;
}
</style>
background-color css
<style>
a { background-color: #AD011E; }
a { background-color: rgb(173,1,30); }
div.DivClassName
{
background-color: #AD011E;
}
.BgClassName
{
background-color: #AD011E;
}
</style>
border-color css
<style>
span { border-color: #AD011E; }
span { border-color: rgb(173,1,30); }
td.TdClassName
{
border-color: #AD011E;
}
.TagClassName
{
border-color: #AD011E;
}
</style>