Shades of Medium Carmine #AD3B37
Tints of Medium Carmine #AD3B37
RGB
CMYK
RGB Variations
Color information
#AD3B37 (or 0xAD3B37) is known color: Medium Carmine. HEX triplet: AD, 3B and 37. RGB value is (173,59,55). Sum of RGB (Red+Green+Blue) = 173+59+55=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 59 (23.44% from 255 or 20.56% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3B37 is #52C4C8. Grayscale: #5C5C5C. Windows color (decimal): -5424329 or 3619757. OLE color: 3619757.
HSL color Cylindrical-coordinate representation of color #AD3B37: hue angle of 2.03º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD3B37 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 59 | 55 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.32 |
| HSL | 2.03º | 0.52% | 0.45% | - |
| HSV(B) | 2.03º | 0.68% | 0.68% | - |
| XYZ | 19.49 | 12.29 | 4.96 | - |
| YUV | 92.63 | 106.77 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 59 | 55 | 0 | 0.66 | 0.68 | 0.32 | 2.03 | 0.52 | 0.45 |
| Hex | AD | 3B | 37 | 0 | 42 | 44 | 20 | 2 | 34 | 2D |
| Octal | 255 | 73 | 67 | 0 | 102 | 104 | 40 | 2 | 64 | 55 |
| Binary | 10101101 | 111011 | 110111 | 0 | 1000010 | 1000100 | 100000 | 10 | 110100 | 101101 |
Color Harmonies of #AD3B37
Complementary color
Monochromatic Colors of #AD3B37
Black with #AD3B37
Text Example
Text Example
White with #AD3B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3B37; }
p { color: rgb(173,59,55); }
H1.HeaderClassName
{
color: #AD3B37;
}
.AnyTagClassName
{
color: #AD3B37;
}
</style>
background-color css
<style>
a { background-color: #AD3B37; }
a { background-color: rgb(173,59,55); }
div.DivClassName
{
background-color: #AD3B37;
}
.BgClassName
{
background-color: #AD3B37;
}
</style>
border-color css
<style>
span { border-color: #AD3B37; }
span { border-color: rgb(173,59,55); }
td.TdClassName
{
border-color: #AD3B37;
}
.TagClassName
{
border-color: #AD3B37;
}
</style>