Shades of Carmine #AD0F28
Tints of Carmine #AD0F28
RGB
CMYK
RGB Variations
Color information
#AD0F28 (or 0xAD0F28) is known color: Carmine. HEX triplet: AD, 0F and 28. RGB value is (173,15,40). Sum of RGB (Red+Green+Blue) = 173+15+40=228 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.88% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0F28 is #52F0D7. Grayscale: #414141. Windows color (decimal): -5435608 or 2625453. OLE color: 2625453.
HSL color Cylindrical-coordinate representation of color #AD0F28: hue angle of 350.51º 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 #AD0F28 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 15 | 40 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.32 |
| HSL | 350.51º | 0.84% | 0.37% | - |
| HSV(B) | 350.51º | 0.91% | 0.68% | - |
| XYZ | 17.79 | 9.38 | 2.88 | - |
| YUV | 65.09 | 113.85 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 40 | 0 | 0.91 | 0.77 | 0.32 | 350.51 | 0.84 | 0.37 |
| Hex | AD | F | 28 | 0 | 5B | 4D | 20 | 15F | 54 | 25 |
| Octal | 255 | 17 | 50 | 0 | 133 | 115 | 40 | 537 | 124 | 45 |
| Binary | 10101101 | 1111 | 101000 | 0 | 1011011 | 1001101 | 100000 | 101011111 | 1010100 | 100101 |
Color Harmonies of #AD0F28
Complementary color
Monochromatic Colors of #AD0F28
Black with #AD0F28
Text Example
Text Example
White with #AD0F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0F28; }
p { color: rgb(173,15,40); }
H1.HeaderClassName
{
color: #AD0F28;
}
.AnyTagClassName
{
color: #AD0F28;
}
</style>
background-color css
<style>
a { background-color: #AD0F28; }
a { background-color: rgb(173,15,40); }
div.DivClassName
{
background-color: #AD0F28;
}
.BgClassName
{
background-color: #AD0F28;
}
</style>
border-color css
<style>
span { border-color: #AD0F28; }
span { border-color: rgb(173,15,40); }
td.TdClassName
{
border-color: #AD0F28;
}
.TagClassName
{
border-color: #AD0F28;
}
</style>