Shades of Medium Carmine #AD4030
Tints of Medium Carmine #AD4030
RGB
CMYK
RGB Variations
Color information
#AD4030 (or 0xAD4030) is known color: Medium Carmine. HEX triplet: AD, 40 and 30. RGB value is (173,64,48). Sum of RGB (Red+Green+Blue) = 173+64+48=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4030 is #52BFCF. Grayscale: #5E5E5E. Windows color (decimal): -5423056 or 3162285. OLE color: 3162285.
HSL color Cylindrical-coordinate representation of color #AD4030: hue angle of 7.68º 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 #AD4030 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 48 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.32 |
| HSL | 7.68º | 0.57% | 0.43% | - |
| HSV(B) | 7.68º | 0.72% | 0.68% | - |
| XYZ | 19.6 | 12.76 | 4.23 | - |
| YUV | 94.77 | 101.61 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 48 | 0 | 0.63 | 0.72 | 0.32 | 7.68 | 0.57 | 0.43 |
| Hex | AD | 40 | 30 | 0 | 3F | 48 | 20 | 8 | 39 | 2B |
| Octal | 255 | 100 | 60 | 0 | 77 | 110 | 40 | 10 | 71 | 53 |
| Binary | 10101101 | 1000000 | 110000 | 0 | 111111 | 1001000 | 100000 | 1000 | 111001 | 101011 |
Color Harmonies of #AD4030
Complementary color
Monochromatic Colors of #AD4030
Black with #AD4030
Text Example
Text Example
White with #AD4030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4030; }
p { color: rgb(173,64,48); }
H1.HeaderClassName
{
color: #AD4030;
}
.AnyTagClassName
{
color: #AD4030;
}
</style>
background-color css
<style>
a { background-color: #AD4030; }
a { background-color: rgb(173,64,48); }
div.DivClassName
{
background-color: #AD4030;
}
.BgClassName
{
background-color: #AD4030;
}
</style>
border-color css
<style>
span { border-color: #AD4030; }
span { border-color: rgb(173,64,48); }
td.TdClassName
{
border-color: #AD4030;
}
.TagClassName
{
border-color: #AD4030;
}
</style>