Shades of Medium Carmine #AD4230
Tints of Medium Carmine #AD4230
RGB
CMYK
RGB Variations
Color information
#AD4230 (or 0xAD4230) is known color: Medium Carmine. HEX triplet: AD, 42 and 30. RGB value is (173,66,48). Sum of RGB (Red+Green+Blue) = 173+66+48=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4230 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4230 is #52BDCF. Grayscale: #606060. Windows color (decimal): -5422544 or 3162797. OLE color: 3162797.
HSL color Cylindrical-coordinate representation of color #AD4230: hue angle of 8.64º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD4230 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 66 | 48 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.32 |
| HSL | 8.64º | 0.57% | 0.43% | - |
| HSV(B) | 8.64º | 0.72% | 0.68% | - |
| XYZ | 19.72 | 12.99 | 4.27 | - |
| YUV | 95.94 | 100.95 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 66 | 48 | 0 | 0.62 | 0.72 | 0.32 | 8.64 | 0.57 | 0.43 |
| Hex | AD | 42 | 30 | 0 | 3E | 48 | 20 | 9 | 39 | 2B |
| Octal | 255 | 102 | 60 | 0 | 76 | 110 | 40 | 11 | 71 | 53 |
| Binary | 10101101 | 1000010 | 110000 | 0 | 111110 | 1001000 | 100000 | 1001 | 111001 | 101011 |
Color Harmonies of #AD4230
Complementary color
Monochromatic Colors of #AD4230
Black with #AD4230
Text Example
Text Example
White with #AD4230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4230; }
p { color: rgb(173,66,48); }
H1.HeaderClassName
{
color: #AD4230;
}
.AnyTagClassName
{
color: #AD4230;
}
</style>
background-color css
<style>
a { background-color: #AD4230; }
a { background-color: rgb(173,66,48); }
div.DivClassName
{
background-color: #AD4230;
}
.BgClassName
{
background-color: #AD4230;
}
</style>
border-color css
<style>
span { border-color: #AD4230; }
span { border-color: rgb(173,66,48); }
td.TdClassName
{
border-color: #AD4230;
}
.TagClassName
{
border-color: #AD4230;
}
</style>