Shades of Medium Carmine #AD3725
Tints of Medium Carmine #AD3725
RGB
CMYK
RGB Variations
Color information
#AD3725 (or 0xAD3725) is known color: Medium Carmine. HEX triplet: AD, 37 and 25. RGB value is (173,55,37). Sum of RGB (Red+Green+Blue) = 173+55+37=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 37 (14.84% from 255 or 13.96% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3725 is #52C8DA. Grayscale: #585858. Windows color (decimal): -5425371 or 2439085. OLE color: 2439085.
HSL color Cylindrical-coordinate representation of color #AD3725: hue angle of 7.94º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD3725 is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 55 | 37 | - |
| CMYK | 0 | 0.68 | 0.79 | 0.32 |
| HSL | 7.94º | 0.65% | 0.41% | - |
| HSV(B) | 7.94º | 0.79% | 0.68% | - |
| XYZ | 18.93 | 11.75 | 3.02 | - |
| YUV | 88.23 | 99.09 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 37 | 0 | 0.68 | 0.79 | 0.32 | 7.94 | 0.65 | 0.41 |
| Hex | AD | 37 | 25 | 0 | 44 | 4F | 20 | 8 | 41 | 29 |
| Octal | 255 | 67 | 45 | 0 | 104 | 117 | 40 | 10 | 101 | 51 |
| Binary | 10101101 | 110111 | 100101 | 0 | 1000100 | 1001111 | 100000 | 1000 | 1000001 | 101001 |
Color Harmonies of #AD3725
Complementary color
Monochromatic Colors of #AD3725
Black with #AD3725
Text Example
Text Example
White with #AD3725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3725; }
p { color: rgb(173,55,37); }
H1.HeaderClassName
{
color: #AD3725;
}
.AnyTagClassName
{
color: #AD3725;
}
</style>
background-color css
<style>
a { background-color: #AD3725; }
a { background-color: rgb(173,55,37); }
div.DivClassName
{
background-color: #AD3725;
}
.BgClassName
{
background-color: #AD3725;
}
</style>
border-color css
<style>
span { border-color: #AD3725; }
span { border-color: rgb(173,55,37); }
td.TdClassName
{
border-color: #AD3725;
}
.TagClassName
{
border-color: #AD3725;
}
</style>