Shades of Medium Carmine #AD4338
Tints of Medium Carmine #AD4338
RGB
CMYK
RGB Variations
Color information
#AD4338 (or 0xAD4338) is known color: Medium Carmine. HEX triplet: AD, 43 and 38. RGB value is (173,67,56). Sum of RGB (Red+Green+Blue) = 173+67+56=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 56 (22.27% from 255 or 18.92% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4338 is #52BCC7. Grayscale: #616161. Windows color (decimal): -5422280 or 3687341. OLE color: 3687341.
HSL color Cylindrical-coordinate representation of color #AD4338: hue angle of 5.64º 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 #AD4338 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 67 | 56 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.32 |
| HSL | 5.64º | 0.51% | 0.45% | - |
| HSV(B) | 5.64º | 0.68% | 0.68% | - |
| XYZ | 19.95 | 13.18 | 5.23 | - |
| YUV | 97.44 | 104.62 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 67 | 56 | 0 | 0.61 | 0.68 | 0.32 | 5.64 | 0.51 | 0.45 |
| Hex | AD | 43 | 38 | 0 | 3D | 44 | 20 | 6 | 33 | 2D |
| Octal | 255 | 103 | 70 | 0 | 75 | 104 | 40 | 6 | 63 | 55 |
| Binary | 10101101 | 1000011 | 111000 | 0 | 111101 | 1000100 | 100000 | 110 | 110011 | 101101 |
Color Harmonies of #AD4338
Complementary color
Monochromatic Colors of #AD4338
Black with #AD4338
Text Example
Text Example
White with #AD4338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4338; }
p { color: rgb(173,67,56); }
H1.HeaderClassName
{
color: #AD4338;
}
.AnyTagClassName
{
color: #AD4338;
}
</style>
background-color css
<style>
a { background-color: #AD4338; }
a { background-color: rgb(173,67,56); }
div.DivClassName
{
background-color: #AD4338;
}
.BgClassName
{
background-color: #AD4338;
}
</style>
border-color css
<style>
span { border-color: #AD4338; }
span { border-color: rgb(173,67,56); }
td.TdClassName
{
border-color: #AD4338;
}
.TagClassName
{
border-color: #AD4338;
}
</style>