Shades of Medium Carmine #AD4138
Tints of Medium Carmine #AD4138
RGB
CMYK
RGB Variations
Color information
#AD4138 (or 0xAD4138) is known color: Medium Carmine. HEX triplet: AD, 41 and 38. RGB value is (173,65,56). Sum of RGB (Red+Green+Blue) = 173+65+56=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4138 is #52BEC7. Grayscale: #606060. Windows color (decimal): -5422792 or 3686829. OLE color: 3686829.
HSL color Cylindrical-coordinate representation of color #AD4138: hue angle of 4.62º degrees, saturation: 0.51, 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 #AD4138 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 65 | 56 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.32 |
| HSL | 4.62º | 0.51% | 0.45% | - |
| HSV(B) | 4.62º | 0.68% | 0.68% | - |
| XYZ | 19.84 | 12.95 | 5.2 | - |
| YUV | 96.27 | 105.28 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 56 | 0 | 0.62 | 0.68 | 0.32 | 4.62 | 0.51 | 0.45 |
| Hex | AD | 41 | 38 | 0 | 3E | 44 | 20 | 5 | 33 | 2D |
| Octal | 255 | 101 | 70 | 0 | 76 | 104 | 40 | 5 | 63 | 55 |
| Binary | 10101101 | 1000001 | 111000 | 0 | 111110 | 1000100 | 100000 | 101 | 110011 | 101101 |
Color Harmonies of #AD4138
Complementary color
Monochromatic Colors of #AD4138
Black with #AD4138
Text Example
Text Example
White with #AD4138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4138; }
p { color: rgb(173,65,56); }
H1.HeaderClassName
{
color: #AD4138;
}
.AnyTagClassName
{
color: #AD4138;
}
</style>
background-color css
<style>
a { background-color: #AD4138; }
a { background-color: rgb(173,65,56); }
div.DivClassName
{
background-color: #AD4138;
}
.BgClassName
{
background-color: #AD4138;
}
</style>
border-color css
<style>
span { border-color: #AD4138; }
span { border-color: rgb(173,65,56); }
td.TdClassName
{
border-color: #AD4138;
}
.TagClassName
{
border-color: #AD4138;
}
</style>