Shades of Carmine #AD0F1D
Tints of Carmine #AD0F1D
RGB
CMYK
RGB Variations
Color information
#AD0F1D (or 0xAD0F1D) is known color: Carmine. HEX triplet: AD, 0F and 1D. RGB value is (173,15,29). Sum of RGB (Red+Green+Blue) = 173+15+29=217 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.72% from 217); Green value is 15 (6.25% from 255 or 6.91% from 217); Blue value is 29 (11.72% from 255 or 13.36% from 217); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0F1D is #52F0E2. Grayscale: #3F3F3F. Windows color (decimal): -5435619 or 1904557. OLE color: 1904557.
HSL color Cylindrical-coordinate representation of color #AD0F1D: hue angle of 354.68º 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 #AD0F1D is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 15 | 29 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.32 |
| HSL | 354.68º | 0.84% | 0.37% | - |
| HSV(B) | 354.68º | 0.91% | 0.68% | - |
| XYZ | 17.63 | 9.31 | 2.03 | - |
| YUV | 63.84 | 108.35 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 29 | 0 | 0.91 | 0.83 | 0.32 | 354.68 | 0.84 | 0.37 |
| Hex | AD | F | 1D | 0 | 5B | 53 | 20 | 163 | 54 | 25 |
| Octal | 255 | 17 | 35 | 0 | 133 | 123 | 40 | 543 | 124 | 45 |
| Binary | 10101101 | 1111 | 11101 | 0 | 1011011 | 1010011 | 100000 | 101100011 | 1010100 | 100101 |
Color Harmonies of #AD0F1D
Complementary color
Monochromatic Colors of #AD0F1D
Black with #AD0F1D
Text Example
Text Example
White with #AD0F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0F1D; }
p { color: rgb(173,15,29); }
H1.HeaderClassName
{
color: #AD0F1D;
}
.AnyTagClassName
{
color: #AD0F1D;
}
</style>
background-color css
<style>
a { background-color: #AD0F1D; }
a { background-color: rgb(173,15,29); }
div.DivClassName
{
background-color: #AD0F1D;
}
.BgClassName
{
background-color: #AD0F1D;
}
</style>
border-color css
<style>
span { border-color: #AD0F1D; }
span { border-color: rgb(173,15,29); }
td.TdClassName
{
border-color: #AD0F1D;
}
.TagClassName
{
border-color: #AD0F1D;
}
</style>