Shades of Carmine #AD0F27
Tints of Carmine #AD0F27
RGB
CMYK
RGB Variations
Color information
#AD0F27 (or 0xAD0F27) is known color: Carmine. HEX triplet: AD, 0F and 27. RGB value is (173,15,39). Sum of RGB (Red+Green+Blue) = 173+15+39=227 (30% of max value = 765). Red value is 173 (67.97% from 255 or 76.21% from 227); Green value is 15 (6.25% from 255 or 6.61% from 227); Blue value is 39 (15.62% from 255 or 17.18% from 227); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F27 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0F27 is #52F0D8. Grayscale: #414141. Windows color (decimal): -5435609 or 2559917. OLE color: 2559917.
HSL color Cylindrical-coordinate representation of color #AD0F27: hue angle of 350.89º 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 #AD0F27 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 15 | 39 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.32 |
| HSL | 350.89º | 0.84% | 0.37% | - |
| HSV(B) | 350.89º | 0.91% | 0.68% | - |
| XYZ | 17.77 | 9.37 | 2.79 | - |
| YUV | 64.98 | 113.35 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 39 | 0 | 0.91 | 0.77 | 0.32 | 350.89 | 0.84 | 0.37 |
| Hex | AD | F | 27 | 0 | 5B | 4D | 20 | 15F | 54 | 25 |
| Octal | 255 | 17 | 47 | 0 | 133 | 115 | 40 | 537 | 124 | 45 |
| Binary | 10101101 | 1111 | 100111 | 0 | 1011011 | 1001101 | 100000 | 101011111 | 1010100 | 100101 |
Color Harmonies of #AD0F27
Complementary color
Monochromatic Colors of #AD0F27
Black with #AD0F27
Text Example
Text Example
White with #AD0F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0F27; }
p { color: rgb(173,15,39); }
H1.HeaderClassName
{
color: #AD0F27;
}
.AnyTagClassName
{
color: #AD0F27;
}
</style>
background-color css
<style>
a { background-color: #AD0F27; }
a { background-color: rgb(173,15,39); }
div.DivClassName
{
background-color: #AD0F27;
}
.BgClassName
{
background-color: #AD0F27;
}
</style>
border-color css
<style>
span { border-color: #AD0F27; }
span { border-color: rgb(173,15,39); }
td.TdClassName
{
border-color: #AD0F27;
}
.TagClassName
{
border-color: #AD0F27;
}
</style>