Shades of Medium Carmine #AD4033
Tints of Medium Carmine #AD4033
RGB
CMYK
RGB Variations
Color information
#AD4033 (or 0xAD4033) is known color: Medium Carmine. HEX triplet: AD, 40 and 33. RGB value is (173,64,51). Sum of RGB (Red+Green+Blue) = 173+64+51=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 51 (20.31% from 255 or 17.71% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4033 is #52BFCC. Grayscale: #5F5F5F. Windows color (decimal): -5423053 or 3358893. OLE color: 3358893.
HSL color Cylindrical-coordinate representation of color #AD4033: hue angle of 6.39º degrees, saturation: 0.54, 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 #AD4033 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 51 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.32 |
| HSL | 6.39º | 0.54% | 0.44% | - |
| HSV(B) | 6.39º | 0.71% | 0.68% | - |
| XYZ | 19.66 | 12.79 | 4.56 | - |
| YUV | 95.11 | 103.11 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 51 | 0 | 0.63 | 0.71 | 0.32 | 6.39 | 0.54 | 0.44 |
| Hex | AD | 40 | 33 | 0 | 3F | 47 | 20 | 6 | 36 | 2C |
| Octal | 255 | 100 | 63 | 0 | 77 | 107 | 40 | 6 | 66 | 54 |
| Binary | 10101101 | 1000000 | 110011 | 0 | 111111 | 1000111 | 100000 | 110 | 110110 | 101100 |
Color Harmonies of #AD4033
Complementary color
Monochromatic Colors of #AD4033
Black with #AD4033
Text Example
Text Example
White with #AD4033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4033; }
p { color: rgb(173,64,51); }
H1.HeaderClassName
{
color: #AD4033;
}
.AnyTagClassName
{
color: #AD4033;
}
</style>
background-color css
<style>
a { background-color: #AD4033; }
a { background-color: rgb(173,64,51); }
div.DivClassName
{
background-color: #AD4033;
}
.BgClassName
{
background-color: #AD4033;
}
</style>
border-color css
<style>
span { border-color: #AD4033; }
span { border-color: rgb(173,64,51); }
td.TdClassName
{
border-color: #AD4033;
}
.TagClassName
{
border-color: #AD4033;
}
</style>