Shades of Medium Carmine #AD3737
Tints of Medium Carmine #AD3737
RGB
CMYK
RGB Variations
Color information
#AD3737 (or 0xAD3737) is known color: Medium Carmine. HEX triplet: AD, 37 and 37. RGB value is (173,55,55). Sum of RGB (Red+Green+Blue) = 173+55+55=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 55 (21.88% from 255 or 19.43% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3737 is #52C8C8. Grayscale: #5A5A5A. Windows color (decimal): -5425353 or 3618733. OLE color: 3618733.
HSL color Cylindrical-coordinate representation of color #AD3737: hue angle of 0º 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 #AD3737 is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 55 | 55 | - |
| CMYK | 0 | 0.68 | 0.68 | 0.32 |
| HSL | 0º | 0.52% | 0.45% | - |
| HSV(B) | 0º | 0.68% | 0.68% | - |
| XYZ | 19.29 | 11.89 | 4.89 | - |
| YUV | 90.28 | 108.09 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 55 | 0 | 0.68 | 0.68 | 0.32 | 0 | 0.52 | 0.45 |
| Hex | AD | 37 | 37 | 0 | 44 | 44 | 20 | 0 | 34 | 2D |
| Octal | 255 | 67 | 67 | 0 | 104 | 104 | 40 | 0 | 64 | 55 |
| Binary | 10101101 | 110111 | 110111 | 0 | 1000100 | 1000100 | 100000 | 0 | 110100 | 101101 |
Color Harmonies of #AD3737
Complementary color
Monochromatic Colors of #AD3737
Black with #AD3737
Text Example
Text Example
White with #AD3737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3737; }
p { color: rgb(173,55,55); }
H1.HeaderClassName
{
color: #AD3737;
}
.AnyTagClassName
{
color: #AD3737;
}
</style>
background-color css
<style>
a { background-color: #AD3737; }
a { background-color: rgb(173,55,55); }
div.DivClassName
{
background-color: #AD3737;
}
.BgClassName
{
background-color: #AD3737;
}
</style>
border-color css
<style>
span { border-color: #AD3737; }
span { border-color: rgb(173,55,55); }
td.TdClassName
{
border-color: #AD3737;
}
.TagClassName
{
border-color: #AD3737;
}
</style>