Shades of Carmine #AD001E
Tints of Carmine #AD001E
RGB
CMYK
RGB Variations
Color information
#AD001E (or 0xAD001E) is known color: Carmine. HEX triplet: AD, 00 and 1E. RGB value is (173,0,30). Sum of RGB (Red+Green+Blue) = 173+0+30=203 (26% of max value = 765). Red value is 173 (67.97% from 255 or 85.22% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 30 (12.11% from 255 or 14.78% from 203); Max value from RGB is 173 - color contains mainly: red. Hex color #AD001E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD001E is #52FFE1. Grayscale: #373737. Windows color (decimal): -5439458 or 1966253. OLE color: 1966253.
HSL color Cylindrical-coordinate representation of color #AD001E: hue angle of 349.6º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD001E is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.83 | 0.32 |
| HSL | 349.6º | 1% | 0.34% | - |
| HSV(B) | 349.6º | 1% | 0.68% | - |
| XYZ | 17.47 | 8.98 | 2.04 | - |
| YUV | 55.15 | 113.81 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 30 | 0 | 1 | 0.83 | 0.32 | 349.6 | 1 | 0.34 |
| Hex | AD | 0 | 1E | 0 | 64 | 53 | 20 | 15E | 64 | 22 |
| Octal | 255 | 0 | 36 | 0 | 144 | 123 | 40 | 536 | 144 | 42 |
| Binary | 10101101 | 0 | 11110 | 0 | 1100100 | 1010011 | 100000 | 101011110 | 1100100 | 100010 |
Color Harmonies of #AD001E
Complementary color
Monochromatic Colors of #AD001E
Black with #AD001E
Text Example
Text Example
White with #AD001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD001E; }
p { color: rgb(173,0,30); }
H1.HeaderClassName
{
color: #AD001E;
}
.AnyTagClassName
{
color: #AD001E;
}
</style>
background-color css
<style>
a { background-color: #AD001E; }
a { background-color: rgb(173,0,30); }
div.DivClassName
{
background-color: #AD001E;
}
.BgClassName
{
background-color: #AD001E;
}
</style>
border-color css
<style>
span { border-color: #AD001E; }
span { border-color: rgb(173,0,30); }
td.TdClassName
{
border-color: #AD001E;
}
.TagClassName
{
border-color: #AD001E;
}
</style>