Shades of Medium Carmine #AD432E
Tints of Medium Carmine #AD432E
RGB
CMYK
RGB Variations
Color information
#AD432E (or 0xAD432E) is known color: Medium Carmine. HEX triplet: AD, 43 and 2E. RGB value is (173,67,46). Sum of RGB (Red+Green+Blue) = 173+67+46=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 46 (18.36% from 255 or 16.08% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD432E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD432E is #52BCD1. Grayscale: #606060. Windows color (decimal): -5422290 or 3031981. OLE color: 3031981.
HSL color Cylindrical-coordinate representation of color #AD432E: hue angle of 9.92º degrees, saturation: 0.58, 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 #AD432E is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 67 | 46 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.32 |
| HSL | 9.92º | 0.58% | 0.43% | - |
| HSV(B) | 9.92º | 0.73% | 0.68% | - |
| XYZ | 19.73 | 13.1 | 4.07 | - |
| YUV | 96.3 | 99.62 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 67 | 46 | 0 | 0.61 | 0.73 | 0.32 | 9.92 | 0.58 | 0.43 |
| Hex | AD | 43 | 2E | 0 | 3D | 49 | 20 | A | 3A | 2B |
| Octal | 255 | 103 | 56 | 0 | 75 | 111 | 40 | 12 | 72 | 53 |
| Binary | 10101101 | 1000011 | 101110 | 0 | 111101 | 1001001 | 100000 | 1010 | 111010 | 101011 |
Color Harmonies of #AD432E
Complementary color
Monochromatic Colors of #AD432E
Black with #AD432E
Text Example
Text Example
White with #AD432E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD432E; }
p { color: rgb(173,67,46); }
H1.HeaderClassName
{
color: #AD432E;
}
.AnyTagClassName
{
color: #AD432E;
}
</style>
background-color css
<style>
a { background-color: #AD432E; }
a { background-color: rgb(173,67,46); }
div.DivClassName
{
background-color: #AD432E;
}
.BgClassName
{
background-color: #AD432E;
}
</style>
border-color css
<style>
span { border-color: #AD432E; }
span { border-color: rgb(173,67,46); }
td.TdClassName
{
border-color: #AD432E;
}
.TagClassName
{
border-color: #AD432E;
}
</style>