Shades of Medium Carmine #AD4232
Tints of Medium Carmine #AD4232
RGB
CMYK
RGB Variations
Color information
#AD4232 (or 0xAD4232) is known color: Medium Carmine. HEX triplet: AD, 42 and 32. RGB value is (173,66,50). Sum of RGB (Red+Green+Blue) = 173+66+50=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4232 is #52BDCD. Grayscale: #606060. Windows color (decimal): -5422542 or 3293869. OLE color: 3293869.
HSL color Cylindrical-coordinate representation of color #AD4232: hue angle of 7.8º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD4232 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 66 | 50 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.32 |
| HSL | 7.8º | 0.55% | 0.44% | - |
| HSV(B) | 7.8º | 0.71% | 0.68% | - |
| XYZ | 19.76 | 13.01 | 4.49 | - |
| YUV | 96.17 | 101.95 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 66 | 50 | 0 | 0.62 | 0.71 | 0.32 | 7.8 | 0.55 | 0.44 |
| Hex | AD | 42 | 32 | 0 | 3E | 47 | 20 | 8 | 37 | 2C |
| Octal | 255 | 102 | 62 | 0 | 76 | 107 | 40 | 10 | 67 | 54 |
| Binary | 10101101 | 1000010 | 110010 | 0 | 111110 | 1000111 | 100000 | 1000 | 110111 | 101100 |
Color Harmonies of #AD4232
Complementary color
Monochromatic Colors of #AD4232
Black with #AD4232
Text Example
Text Example
White with #AD4232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4232; }
p { color: rgb(173,66,50); }
H1.HeaderClassName
{
color: #AD4232;
}
.AnyTagClassName
{
color: #AD4232;
}
</style>
background-color css
<style>
a { background-color: #AD4232; }
a { background-color: rgb(173,66,50); }
div.DivClassName
{
background-color: #AD4232;
}
.BgClassName
{
background-color: #AD4232;
}
</style>
border-color css
<style>
span { border-color: #AD4232; }
span { border-color: rgb(173,66,50); }
td.TdClassName
{
border-color: #AD4232;
}
.TagClassName
{
border-color: #AD4232;
}
</style>