Shades of Carmine #AD0725
Tints of Carmine #AD0725
RGB
CMYK
RGB Variations
Color information
#AD0725 (or 0xAD0725) is known color: Carmine. HEX triplet: AD, 07 and 25. RGB value is (173,7,37). Sum of RGB (Red+Green+Blue) = 173+7+37=217 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.72% from 217); Green value is 7 (3.12% from 255 or 3.23% from 217); Blue value is 37 (14.84% from 255 or 17.05% from 217); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0725 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0725 is #52F8DA. Grayscale: #3C3C3C. Windows color (decimal): -5437659 or 2426797. OLE color: 2426797.
HSL color Cylindrical-coordinate representation of color #AD0725: hue angle of 349.16º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD0725 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 7 | 37 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.32 |
| HSL | 349.16º | 0.92% | 0.35% | - |
| HSV(B) | 349.16º | 0.96% | 0.68% | - |
| XYZ | 17.64 | 9.17 | 2.59 | - |
| YUV | 60.05 | 115 | 208.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 37 | 0 | 0.96 | 0.79 | 0.32 | 349.16 | 0.92 | 0.35 |
| Hex | AD | 7 | 25 | 0 | 60 | 4F | 20 | 15D | 5C | 23 |
| Octal | 255 | 7 | 45 | 0 | 140 | 117 | 40 | 535 | 134 | 43 |
| Binary | 10101101 | 111 | 100101 | 0 | 1100000 | 1001111 | 100000 | 101011101 | 1011100 | 100011 |
Color Harmonies of #AD0725
Complementary color
Monochromatic Colors of #AD0725
Black with #AD0725
Text Example
Text Example
White with #AD0725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0725; }
p { color: rgb(173,7,37); }
H1.HeaderClassName
{
color: #AD0725;
}
.AnyTagClassName
{
color: #AD0725;
}
</style>
background-color css
<style>
a { background-color: #AD0725; }
a { background-color: rgb(173,7,37); }
div.DivClassName
{
background-color: #AD0725;
}
.BgClassName
{
background-color: #AD0725;
}
</style>
border-color css
<style>
span { border-color: #AD0725; }
span { border-color: rgb(173,7,37); }
td.TdClassName
{
border-color: #AD0725;
}
.TagClassName
{
border-color: #AD0725;
}
</style>