Shades of Carmine #AD0E25
Tints of Carmine #AD0E25
RGB
CMYK
RGB Variations
Color information
#AD0E25 (or 0xAD0E25) is known color: Carmine. HEX triplet: AD, 0E and 25. RGB value is (173,14,37). Sum of RGB (Red+Green+Blue) = 173+14+37=224 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.23% from 224); Green value is 14 (5.86% from 255 or 6.25% from 224); Blue value is 37 (14.84% from 255 or 16.52% from 224); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0E25 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0E25 is #52F1DA. Grayscale: #404040. Windows color (decimal): -5435867 or 2428589. OLE color: 2428589.
HSL color Cylindrical-coordinate representation of color #AD0E25: hue angle of 351.32º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD0E25 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 14 | 37 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.32 |
| HSL | 351.32º | 0.85% | 0.37% | - |
| HSV(B) | 351.32º | 0.92% | 0.68% | - |
| XYZ | 17.72 | 9.33 | 2.62 | - |
| YUV | 64.16 | 112.68 | 205.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 14 | 37 | 0 | 0.92 | 0.79 | 0.32 | 351.32 | 0.85 | 0.37 |
| Hex | AD | E | 25 | 0 | 5C | 4F | 20 | 15F | 55 | 25 |
| Octal | 255 | 16 | 45 | 0 | 134 | 117 | 40 | 537 | 125 | 45 |
| Binary | 10101101 | 1110 | 100101 | 0 | 1011100 | 1001111 | 100000 | 101011111 | 1010101 | 100101 |
Color Harmonies of #AD0E25
Complementary color
Monochromatic Colors of #AD0E25
Black with #AD0E25
Text Example
Text Example
White with #AD0E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0E25; }
p { color: rgb(173,14,37); }
H1.HeaderClassName
{
color: #AD0E25;
}
.AnyTagClassName
{
color: #AD0E25;
}
</style>
background-color css
<style>
a { background-color: #AD0E25; }
a { background-color: rgb(173,14,37); }
div.DivClassName
{
background-color: #AD0E25;
}
.BgClassName
{
background-color: #AD0E25;
}
</style>
border-color css
<style>
span { border-color: #AD0E25; }
span { border-color: rgb(173,14,37); }
td.TdClassName
{
border-color: #AD0E25;
}
.TagClassName
{
border-color: #AD0E25;
}
</style>