Shades of Carmine #AD0F1E
Tints of Carmine #AD0F1E
RGB
CMYK
RGB Variations
Color information
#AD0F1E (or 0xAD0F1E) is known color: Carmine. HEX triplet: AD, 0F and 1E. RGB value is (173,15,30). Sum of RGB (Red+Green+Blue) = 173+15+30=218 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.36% from 218); Green value is 15 (6.25% from 255 or 6.88% from 218); Blue value is 30 (12.11% from 255 or 13.76% from 218); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0F1E is #52F0E1. Grayscale: #404040. Windows color (decimal): -5435618 or 1970093. OLE color: 1970093.
HSL color Cylindrical-coordinate representation of color #AD0F1E: hue angle of 354.3º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD0F1E is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 15 | 30 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.32 |
| HSL | 354.3º | 0.84% | 0.37% | - |
| HSV(B) | 354.3º | 0.91% | 0.68% | - |
| XYZ | 17.64 | 9.32 | 2.1 | - |
| YUV | 63.95 | 108.85 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 30 | 0 | 0.91 | 0.83 | 0.32 | 354.3 | 0.84 | 0.37 |
| Hex | AD | F | 1E | 0 | 5B | 53 | 20 | 162 | 54 | 25 |
| Octal | 255 | 17 | 36 | 0 | 133 | 123 | 40 | 542 | 124 | 45 |
| Binary | 10101101 | 1111 | 11110 | 0 | 1011011 | 1010011 | 100000 | 101100010 | 1010100 | 100101 |
Color Harmonies of #AD0F1E
Complementary color
Monochromatic Colors of #AD0F1E
Black with #AD0F1E
Text Example
Text Example
White with #AD0F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0F1E; }
p { color: rgb(173,15,30); }
H1.HeaderClassName
{
color: #AD0F1E;
}
.AnyTagClassName
{
color: #AD0F1E;
}
</style>
background-color css
<style>
a { background-color: #AD0F1E; }
a { background-color: rgb(173,15,30); }
div.DivClassName
{
background-color: #AD0F1E;
}
.BgClassName
{
background-color: #AD0F1E;
}
</style>
border-color css
<style>
span { border-color: #AD0F1E; }
span { border-color: rgb(173,15,30); }
td.TdClassName
{
border-color: #AD0F1E;
}
.TagClassName
{
border-color: #AD0F1E;
}
</style>