Shades of Medium Carmine #AD412A
Tints of Medium Carmine #AD412A
RGB
CMYK
RGB Variations
Color information
#AD412A (or 0xAD412A) is known color: Medium Carmine. HEX triplet: AD, 41 and 2A. RGB value is (173,65,42). Sum of RGB (Red+Green+Blue) = 173+65+42=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD412A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD412A is #52BED5. Grayscale: #5E5E5E. Windows color (decimal): -5422806 or 2769325. OLE color: 2769325.
HSL color Cylindrical-coordinate representation of color #AD412A: hue angle of 10.53º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD412A is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 65 | 42 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.32 |
| HSL | 10.53º | 0.61% | 0.42% | - |
| HSV(B) | 10.53º | 0.76% | 0.68% | - |
| XYZ | 19.54 | 12.83 | 3.64 | - |
| YUV | 94.67 | 98.28 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 42 | 0 | 0.62 | 0.76 | 0.32 | 10.53 | 0.61 | 0.42 |
| Hex | AD | 41 | 2A | 0 | 3E | 4C | 20 | B | 3D | 2A |
| Octal | 255 | 101 | 52 | 0 | 76 | 114 | 40 | 13 | 75 | 52 |
| Binary | 10101101 | 1000001 | 101010 | 0 | 111110 | 1001100 | 100000 | 1011 | 111101 | 101010 |
Color Harmonies of #AD412A
Complementary color
Monochromatic Colors of #AD412A
Black with #AD412A
Text Example
Text Example
White with #AD412A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD412A; }
p { color: rgb(173,65,42); }
H1.HeaderClassName
{
color: #AD412A;
}
.AnyTagClassName
{
color: #AD412A;
}
</style>
background-color css
<style>
a { background-color: #AD412A; }
a { background-color: rgb(173,65,42); }
div.DivClassName
{
background-color: #AD412A;
}
.BgClassName
{
background-color: #AD412A;
}
</style>
border-color css
<style>
span { border-color: #AD412A; }
span { border-color: rgb(173,65,42); }
td.TdClassName
{
border-color: #AD412A;
}
.TagClassName
{
border-color: #AD412A;
}
</style>