Shades of Medium Carmine #AD3728
Tints of Medium Carmine #AD3728
RGB
CMYK
RGB Variations
Color information
#AD3728 (or 0xAD3728) is known color: Medium Carmine. HEX triplet: AD, 37 and 28. RGB value is (173,55,40). Sum of RGB (Red+Green+Blue) = 173+55+40=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3728 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3728 is #52C8D7. Grayscale: #585858. Windows color (decimal): -5425368 or 2635693. OLE color: 2635693.
HSL color Cylindrical-coordinate representation of color #AD3728: hue angle of 6.77º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD3728 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 55 | 40 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.32 |
| HSL | 6.77º | 0.62% | 0.42% | - |
| HSV(B) | 6.77º | 0.77% | 0.68% | - |
| XYZ | 18.98 | 11.77 | 3.28 | - |
| YUV | 88.57 | 100.59 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 40 | 0 | 0.68 | 0.77 | 0.32 | 6.77 | 0.62 | 0.42 |
| Hex | AD | 37 | 28 | 0 | 44 | 4D | 20 | 7 | 3E | 2A |
| Octal | 255 | 67 | 50 | 0 | 104 | 115 | 40 | 7 | 76 | 52 |
| Binary | 10101101 | 110111 | 101000 | 0 | 1000100 | 1001101 | 100000 | 111 | 111110 | 101010 |
Color Harmonies of #AD3728
Complementary color
Monochromatic Colors of #AD3728
Black with #AD3728
Text Example
Text Example
White with #AD3728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3728; }
p { color: rgb(173,55,40); }
H1.HeaderClassName
{
color: #AD3728;
}
.AnyTagClassName
{
color: #AD3728;
}
</style>
background-color css
<style>
a { background-color: #AD3728; }
a { background-color: rgb(173,55,40); }
div.DivClassName
{
background-color: #AD3728;
}
.BgClassName
{
background-color: #AD3728;
}
</style>
border-color css
<style>
span { border-color: #AD3728; }
span { border-color: rgb(173,55,40); }
td.TdClassName
{
border-color: #AD3728;
}
.TagClassName
{
border-color: #AD3728;
}
</style>