Shades of Carmine #AD000F
Tints of Carmine #AD000F
RGB
CMYK
RGB Variations
Color information
#AD000F (or 0xAD000F) is known color: Carmine. HEX triplet: AD, 00 and 0F. RGB value is (173,0,15). Sum of RGB (Red+Green+Blue) = 173+0+15=188 (24% of max value = 765). Red value is 173 (67.97% from 255 or 92.02% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 15 (6.25% from 255 or 7.98% from 188); Max value from RGB is 173 - color contains mainly: red. Hex color #AD000F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD000F is #52FFF0. Grayscale: #353535. Windows color (decimal): -5439473 or 983213. OLE color: 983213.
HSL color Cylindrical-coordinate representation of color #AD000F: hue angle of 354.8º 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 #AD000F is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.91 | 0.32 |
| HSL | 354.8º | 1% | 0.34% | - |
| HSV(B) | 354.8º | 1% | 0.68% | - |
| XYZ | 17.32 | 8.92 | 1.26 | - |
| YUV | 53.44 | 106.31 | 213.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 15 | 0 | 1 | 0.91 | 0.32 | 354.8 | 1 | 0.34 |
| Hex | AD | 0 | F | 0 | 64 | 5B | 20 | 163 | 64 | 22 |
| Octal | 255 | 0 | 17 | 0 | 144 | 133 | 40 | 543 | 144 | 42 |
| Binary | 10101101 | 0 | 1111 | 0 | 1100100 | 1011011 | 100000 | 101100011 | 1100100 | 100010 |
Color Harmonies of #AD000F
Complementary color
Monochromatic Colors of #AD000F
Black with #AD000F
Text Example
Text Example
White with #AD000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD000F; }
p { color: rgb(173,0,15); }
H1.HeaderClassName
{
color: #AD000F;
}
.AnyTagClassName
{
color: #AD000F;
}
</style>
background-color css
<style>
a { background-color: #AD000F; }
a { background-color: rgb(173,0,15); }
div.DivClassName
{
background-color: #AD000F;
}
.BgClassName
{
background-color: #AD000F;
}
</style>
border-color css
<style>
span { border-color: #AD000F; }
span { border-color: rgb(173,0,15); }
td.TdClassName
{
border-color: #AD000F;
}
.TagClassName
{
border-color: #AD000F;
}
</style>