Shades of Medium Carmine #AD4135
Tints of Medium Carmine #AD4135
RGB
CMYK
RGB Variations
Color information
#AD4135 (or 0xAD4135) is known color: Medium Carmine. HEX triplet: AD, 41 and 35. RGB value is (173,65,53). Sum of RGB (Red+Green+Blue) = 173+65+53=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4135 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4135 is #52BECA. Grayscale: #606060. Windows color (decimal): -5422795 or 3490221. OLE color: 3490221.
HSL color Cylindrical-coordinate representation of color #AD4135: hue angle of 6º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD4135 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 65 | 53 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.32 |
| HSL | 6º | 0.53% | 0.44% | - |
| HSV(B) | 6º | 0.69% | 0.68% | - |
| XYZ | 19.77 | 12.92 | 4.82 | - |
| YUV | 95.92 | 103.78 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 53 | 0 | 0.62 | 0.69 | 0.32 | 6 | 0.53 | 0.44 |
| Hex | AD | 41 | 35 | 0 | 3E | 45 | 20 | 6 | 35 | 2C |
| Octal | 255 | 101 | 65 | 0 | 76 | 105 | 40 | 6 | 65 | 54 |
| Binary | 10101101 | 1000001 | 110101 | 0 | 111110 | 1000101 | 100000 | 110 | 110101 | 101100 |
Color Harmonies of #AD4135
Complementary color
Monochromatic Colors of #AD4135
Black with #AD4135
Text Example
Text Example
White with #AD4135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4135; }
p { color: rgb(173,65,53); }
H1.HeaderClassName
{
color: #AD4135;
}
.AnyTagClassName
{
color: #AD4135;
}
</style>
background-color css
<style>
a { background-color: #AD4135; }
a { background-color: rgb(173,65,53); }
div.DivClassName
{
background-color: #AD4135;
}
.BgClassName
{
background-color: #AD4135;
}
</style>
border-color css
<style>
span { border-color: #AD4135; }
span { border-color: rgb(173,65,53); }
td.TdClassName
{
border-color: #AD4135;
}
.TagClassName
{
border-color: #AD4135;
}
</style>