Shades of Carmine #AD040F
Tints of Carmine #AD040F
RGB
CMYK
RGB Variations
Color information
#AD040F (or 0xAD040F) is known color: Carmine. HEX triplet: AD, 04 and 0F. RGB value is (173,4,15). Sum of RGB (Red+Green+Blue) = 173+4+15=192 (25% of max value = 765). Red value is 173 (67.97% from 255 or 90.10% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 173 - color contains mainly: red. Hex color #AD040F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD040F is #52FBF0. Grayscale: #373737. Windows color (decimal): -5438449 or 984237. OLE color: 984237.
HSL color Cylindrical-coordinate representation of color #AD040F: hue angle of 356.09º 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 #AD040F is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 4 | 15 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.32 |
| HSL | 356.09º | 0.95% | 0.35% | - |
| HSV(B) | 356.09º | 0.98% | 0.68% | - |
| XYZ | 17.36 | 9.01 | 1.28 | - |
| YUV | 55.79 | 104.99 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 15 | 0 | 0.98 | 0.91 | 0.32 | 356.09 | 0.95 | 0.35 |
| Hex | AD | 4 | F | 0 | 62 | 5B | 20 | 164 | 5F | 23 |
| Octal | 255 | 4 | 17 | 0 | 142 | 133 | 40 | 544 | 137 | 43 |
| Binary | 10101101 | 100 | 1111 | 0 | 1100010 | 1011011 | 100000 | 101100100 | 1011111 | 100011 |
Color Harmonies of #AD040F
Complementary color
Monochromatic Colors of #AD040F
Black with #AD040F
Text Example
Text Example
White with #AD040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD040F; }
p { color: rgb(173,4,15); }
H1.HeaderClassName
{
color: #AD040F;
}
.AnyTagClassName
{
color: #AD040F;
}
</style>
background-color css
<style>
a { background-color: #AD040F; }
a { background-color: rgb(173,4,15); }
div.DivClassName
{
background-color: #AD040F;
}
.BgClassName
{
background-color: #AD040F;
}
</style>
border-color css
<style>
span { border-color: #AD040F; }
span { border-color: rgb(173,4,15); }
td.TdClassName
{
border-color: #AD040F;
}
.TagClassName
{
border-color: #AD040F;
}
</style>