Shades of Carmine #AD0013
Tints of Carmine #AD0013
RGB
CMYK
RGB Variations
Color information
#AD0013 (or 0xAD0013) is known color: Carmine. HEX triplet: AD, 00 and 13. RGB value is (173,0,19). Sum of RGB (Red+Green+Blue) = 173+0+19=192 (25% of max value = 765). Red value is 173 (67.97% from 255 or 90.10% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 19 (7.81% from 255 or 9.90% from 192); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0013 is #52FFEC. Grayscale: #353535. Windows color (decimal): -5439469 or 1245357. OLE color: 1245357.
HSL color Cylindrical-coordinate representation of color #AD0013: hue angle of 353.41º 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 #AD0013 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 19 | - |
| CMYK | 0 | 1 | 0.89 | 0.32 |
| HSL | 353.41º | 1% | 0.34% | - |
| HSV(B) | 353.41º | 1% | 0.68% | - |
| XYZ | 17.35 | 8.93 | 1.43 | - |
| YUV | 53.89 | 108.31 | 212.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 19 | 0 | 1 | 0.89 | 0.32 | 353.41 | 1 | 0.34 |
| Hex | AD | 0 | 13 | 0 | 64 | 59 | 20 | 161 | 64 | 22 |
| Octal | 255 | 0 | 23 | 0 | 144 | 131 | 40 | 541 | 144 | 42 |
| Binary | 10101101 | 0 | 10011 | 0 | 1100100 | 1011001 | 100000 | 101100001 | 1100100 | 100010 |
Color Harmonies of #AD0013
Complementary color
Monochromatic Colors of #AD0013
Black with #AD0013
Text Example
Text Example
White with #AD0013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0013; }
p { color: rgb(173,0,19); }
H1.HeaderClassName
{
color: #AD0013;
}
.AnyTagClassName
{
color: #AD0013;
}
</style>
background-color css
<style>
a { background-color: #AD0013; }
a { background-color: rgb(173,0,19); }
div.DivClassName
{
background-color: #AD0013;
}
.BgClassName
{
background-color: #AD0013;
}
</style>
border-color css
<style>
span { border-color: #AD0013; }
span { border-color: rgb(173,0,19); }
td.TdClassName
{
border-color: #AD0013;
}
.TagClassName
{
border-color: #AD0013;
}
</style>