Shades of Carmine #AD010D
Tints of Carmine #AD010D
RGB
CMYK
RGB Variations
Color information
#AD010D (or 0xAD010D) is known color: Carmine. HEX triplet: AD, 01 and 0D. RGB value is (173,1,13). Sum of RGB (Red+Green+Blue) = 173+1+13=187 (24% of max value = 765). Red value is 173 (67.97% from 255 or 92.51% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 173 - color contains mainly: red. Hex color #AD010D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD010D is #52FEF2. Grayscale: #353535. Windows color (decimal): -5439219 or 852397. OLE color: 852397.
HSL color Cylindrical-coordinate representation of color #AD010D: hue angle of 355.81º 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 #AD010D is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 1 | 13 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.32 |
| HSL | 355.81º | 0.99% | 0.34% | - |
| HSV(B) | 355.81º | 0.99% | 0.68% | - |
| XYZ | 17.32 | 8.94 | 1.19 | - |
| YUV | 53.8 | 104.98 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 13 | 0 | 0.99 | 0.92 | 0.32 | 355.81 | 0.99 | 0.34 |
| Hex | AD | 1 | D | 0 | 63 | 5C | 20 | 164 | 63 | 22 |
| Octal | 255 | 1 | 15 | 0 | 143 | 134 | 40 | 544 | 143 | 42 |
| Binary | 10101101 | 1 | 1101 | 0 | 1100011 | 1011100 | 100000 | 101100100 | 1100011 | 100010 |
Color Harmonies of #AD010D
Complementary color
Monochromatic Colors of #AD010D
Black with #AD010D
Text Example
Text Example
White with #AD010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD010D; }
p { color: rgb(173,1,13); }
H1.HeaderClassName
{
color: #AD010D;
}
.AnyTagClassName
{
color: #AD010D;
}
</style>
background-color css
<style>
a { background-color: #AD010D; }
a { background-color: rgb(173,1,13); }
div.DivClassName
{
background-color: #AD010D;
}
.BgClassName
{
background-color: #AD010D;
}
</style>
border-color css
<style>
span { border-color: #AD010D; }
span { border-color: rgb(173,1,13); }
td.TdClassName
{
border-color: #AD010D;
}
.TagClassName
{
border-color: #AD010D;
}
</style>