Shades of Medium Carmine #AD412F
Tints of Medium Carmine #AD412F
RGB
CMYK
RGB Variations
Color information
#AD412F (or 0xAD412F) is known color: Medium Carmine. HEX triplet: AD, 41 and 2F. RGB value is (173,65,47). Sum of RGB (Red+Green+Blue) = 173+65+47=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD412F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD412F is #52BED0. Grayscale: #5F5F5F. Windows color (decimal): -5422801 or 3097005. OLE color: 3097005.
HSL color Cylindrical-coordinate representation of color #AD412F: hue angle of 8.57º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD412F is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 65 | 47 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.32 |
| HSL | 8.57º | 0.57% | 0.43% | - |
| HSV(B) | 8.57º | 0.73% | 0.68% | - |
| XYZ | 19.64 | 12.87 | 4.14 | - |
| YUV | 95.24 | 100.78 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 47 | 0 | 0.62 | 0.73 | 0.32 | 8.57 | 0.57 | 0.43 |
| Hex | AD | 41 | 2F | 0 | 3E | 49 | 20 | 9 | 39 | 2B |
| Octal | 255 | 101 | 57 | 0 | 76 | 111 | 40 | 11 | 71 | 53 |
| Binary | 10101101 | 1000001 | 101111 | 0 | 111110 | 1001001 | 100000 | 1001 | 111001 | 101011 |
Color Harmonies of #AD412F
Complementary color
Monochromatic Colors of #AD412F
Black with #AD412F
Text Example
Text Example
White with #AD412F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD412F; }
p { color: rgb(173,65,47); }
H1.HeaderClassName
{
color: #AD412F;
}
.AnyTagClassName
{
color: #AD412F;
}
</style>
background-color css
<style>
a { background-color: #AD412F; }
a { background-color: rgb(173,65,47); }
div.DivClassName
{
background-color: #AD412F;
}
.BgClassName
{
background-color: #AD412F;
}
</style>
border-color css
<style>
span { border-color: #AD412F; }
span { border-color: rgb(173,65,47); }
td.TdClassName
{
border-color: #AD412F;
}
.TagClassName
{
border-color: #AD412F;
}
</style>