Shades of Medium Carmine #AD3D36
Tints of Medium Carmine #AD3D36
RGB
CMYK
RGB Variations
Color information
#AD3D36 (or 0xAD3D36) is known color: Medium Carmine. HEX triplet: AD, 3D and 36. RGB value is (173,61,54). Sum of RGB (Red+Green+Blue) = 173+61+54=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3D36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3D36 is #52C2C9. Grayscale: #5D5D5D. Windows color (decimal): -5423818 or 3554733. OLE color: 3554733.
HSL color Cylindrical-coordinate representation of color #AD3D36: hue angle of 3.53º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD3D36 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 61 | 54 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.32 |
| HSL | 3.53º | 0.52% | 0.45% | - |
| HSV(B) | 3.53º | 0.69% | 0.68% | - |
| XYZ | 19.57 | 12.49 | 4.87 | - |
| YUV | 93.69 | 105.61 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 61 | 54 | 0 | 0.65 | 0.69 | 0.32 | 3.53 | 0.52 | 0.45 |
| Hex | AD | 3D | 36 | 0 | 41 | 45 | 20 | 4 | 34 | 2D |
| Octal | 255 | 75 | 66 | 0 | 101 | 105 | 40 | 4 | 64 | 55 |
| Binary | 10101101 | 111101 | 110110 | 0 | 1000001 | 1000101 | 100000 | 100 | 110100 | 101101 |
Color Harmonies of #AD3D36
Complementary color
Monochromatic Colors of #AD3D36
Black with #AD3D36
Text Example
Text Example
White with #AD3D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3D36; }
p { color: rgb(173,61,54); }
H1.HeaderClassName
{
color: #AD3D36;
}
.AnyTagClassName
{
color: #AD3D36;
}
</style>
background-color css
<style>
a { background-color: #AD3D36; }
a { background-color: rgb(173,61,54); }
div.DivClassName
{
background-color: #AD3D36;
}
.BgClassName
{
background-color: #AD3D36;
}
</style>
border-color css
<style>
span { border-color: #AD3D36; }
span { border-color: rgb(173,61,54); }
td.TdClassName
{
border-color: #AD3D36;
}
.TagClassName
{
border-color: #AD3D36;
}
</style>