Shades of Carmine #AD040D
Tints of Carmine #AD040D
RGB
CMYK
RGB Variations
Color information
#AD040D (or 0xAD040D) is known color: Carmine. HEX triplet: AD, 04 and 0D. RGB value is (173,4,13). Sum of RGB (Red+Green+Blue) = 173+4+13=190 (25% of max value = 765). Red value is 173 (67.97% from 255 or 91.05% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 173 - color contains mainly: red. Hex color #AD040D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD040D is #52FBF2. Grayscale: #373737. Windows color (decimal): -5438451 or 853165. OLE color: 853165.
HSL color Cylindrical-coordinate representation of color #AD040D: hue angle of 356.8º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD040D is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 4 | 13 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.32 |
| HSL | 356.8º | 0.95% | 0.35% | - |
| HSV(B) | 356.8º | 0.98% | 0.68% | - |
| XYZ | 17.35 | 9 | 1.2 | - |
| YUV | 55.56 | 103.99 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 13 | 0 | 0.98 | 0.92 | 0.32 | 356.8 | 0.95 | 0.35 |
| Hex | AD | 4 | D | 0 | 62 | 5C | 20 | 165 | 5F | 23 |
| Octal | 255 | 4 | 15 | 0 | 142 | 134 | 40 | 545 | 137 | 43 |
| Binary | 10101101 | 100 | 1101 | 0 | 1100010 | 1011100 | 100000 | 101100101 | 1011111 | 100011 |
Color Harmonies of #AD040D
Complementary color
Monochromatic Colors of #AD040D
Black with #AD040D
Text Example
Text Example
White with #AD040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD040D; }
p { color: rgb(173,4,13); }
H1.HeaderClassName
{
color: #AD040D;
}
.AnyTagClassName
{
color: #AD040D;
}
</style>
background-color css
<style>
a { background-color: #AD040D; }
a { background-color: rgb(173,4,13); }
div.DivClassName
{
background-color: #AD040D;
}
.BgClassName
{
background-color: #AD040D;
}
</style>
border-color css
<style>
span { border-color: #AD040D; }
span { border-color: rgb(173,4,13); }
td.TdClassName
{
border-color: #AD040D;
}
.TagClassName
{
border-color: #AD040D;
}
</style>