Shades of Medium Carmine #AD442B
Tints of Medium Carmine #AD442B
RGB
CMYK
RGB Variations
Color information
#AD442B (or 0xAD442B) is known color: Medium Carmine. HEX triplet: AD, 44 and 2B. RGB value is (173,68,43). Sum of RGB (Red+Green+Blue) = 173+68+43=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD442B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD442B is #52BBD4. Grayscale: #606060. Windows color (decimal): -5422037 or 2835629. OLE color: 2835629.
HSL color Cylindrical-coordinate representation of color #AD442B: hue angle of 11.54º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD442B is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 68 | 43 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.32 |
| HSL | 11.54º | 0.6% | 0.42% | - |
| HSV(B) | 11.54º | 0.75% | 0.68% | - |
| XYZ | 19.74 | 13.19 | 3.79 | - |
| YUV | 96.55 | 97.79 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 43 | 0 | 0.61 | 0.75 | 0.32 | 11.54 | 0.6 | 0.42 |
| Hex | AD | 44 | 2B | 0 | 3D | 4B | 20 | C | 3C | 2A |
| Octal | 255 | 104 | 53 | 0 | 75 | 113 | 40 | 14 | 74 | 52 |
| Binary | 10101101 | 1000100 | 101011 | 0 | 111101 | 1001011 | 100000 | 1100 | 111100 | 101010 |
Color Harmonies of #AD442B
Complementary color
Monochromatic Colors of #AD442B
Black with #AD442B
Text Example
Text Example
White with #AD442B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD442B; }
p { color: rgb(173,68,43); }
H1.HeaderClassName
{
color: #AD442B;
}
.AnyTagClassName
{
color: #AD442B;
}
</style>
background-color css
<style>
a { background-color: #AD442B; }
a { background-color: rgb(173,68,43); }
div.DivClassName
{
background-color: #AD442B;
}
.BgClassName
{
background-color: #AD442B;
}
</style>
border-color css
<style>
span { border-color: #AD442B; }
span { border-color: rgb(173,68,43); }
td.TdClassName
{
border-color: #AD442B;
}
.TagClassName
{
border-color: #AD442B;
}
</style>