Shades of Carmine #AD0625
Tints of Carmine #AD0625
RGB
CMYK
RGB Variations
Color information
#AD0625 (or 0xAD0625) is known color: Carmine. HEX triplet: AD, 06 and 25. RGB value is (173,6,37). Sum of RGB (Red+Green+Blue) = 173+6+37=216 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.09% from 216); Green value is 6 (2.73% from 255 or 2.78% from 216); Blue value is 37 (14.84% from 255 or 17.13% from 216); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0625 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0625 is #52F9DA. Grayscale: #3B3B3B. Windows color (decimal): -5437915 or 2426541. OLE color: 2426541.
HSL color Cylindrical-coordinate representation of color #AD0625: hue angle of 348.86º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD0625 is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 37 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.32 |
| HSL | 348.86º | 0.93% | 0.35% | - |
| HSV(B) | 348.86º | 0.97% | 0.68% | - |
| XYZ | 17.63 | 9.15 | 2.59 | - |
| YUV | 59.47 | 115.33 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 37 | 0 | 0.97 | 0.79 | 0.32 | 348.86 | 0.93 | 0.35 |
| Hex | AD | 6 | 25 | 0 | 61 | 4F | 20 | 15D | 5D | 23 |
| Octal | 255 | 6 | 45 | 0 | 141 | 117 | 40 | 535 | 135 | 43 |
| Binary | 10101101 | 110 | 100101 | 0 | 1100001 | 1001111 | 100000 | 101011101 | 1011101 | 100011 |
Color Harmonies of #AD0625
Complementary color
Monochromatic Colors of #AD0625
Black with #AD0625
Text Example
Text Example
White with #AD0625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0625; }
p { color: rgb(173,6,37); }
H1.HeaderClassName
{
color: #AD0625;
}
.AnyTagClassName
{
color: #AD0625;
}
</style>
background-color css
<style>
a { background-color: #AD0625; }
a { background-color: rgb(173,6,37); }
div.DivClassName
{
background-color: #AD0625;
}
.BgClassName
{
background-color: #AD0625;
}
</style>
border-color css
<style>
span { border-color: #AD0625; }
span { border-color: rgb(173,6,37); }
td.TdClassName
{
border-color: #AD0625;
}
.TagClassName
{
border-color: #AD0625;
}
</style>