Shades of Medium Carmine #AD422B
Tints of Medium Carmine #AD422B
RGB
CMYK
RGB Variations
Color information
#AD422B (or 0xAD422B) is known color: Medium Carmine. HEX triplet: AD, 42 and 2B. RGB value is (173,66,43). Sum of RGB (Red+Green+Blue) = 173+66+43=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD422B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD422B is #52BDD4. Grayscale: #5F5F5F. Windows color (decimal): -5422549 or 2835117. OLE color: 2835117.
HSL color Cylindrical-coordinate representation of color #AD422B: hue angle of 10.62º 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 #AD422B is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 66 | 43 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.32 |
| HSL | 10.62º | 0.6% | 0.42% | - |
| HSV(B) | 10.62º | 0.75% | 0.68% | - |
| XYZ | 19.62 | 12.96 | 3.75 | - |
| YUV | 95.37 | 98.45 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 66 | 43 | 0 | 0.62 | 0.75 | 0.32 | 10.62 | 0.6 | 0.42 |
| Hex | AD | 42 | 2B | 0 | 3E | 4B | 20 | B | 3C | 2A |
| Octal | 255 | 102 | 53 | 0 | 76 | 113 | 40 | 13 | 74 | 52 |
| Binary | 10101101 | 1000010 | 101011 | 0 | 111110 | 1001011 | 100000 | 1011 | 111100 | 101010 |
Color Harmonies of #AD422B
Complementary color
Monochromatic Colors of #AD422B
Black with #AD422B
Text Example
Text Example
White with #AD422B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD422B; }
p { color: rgb(173,66,43); }
H1.HeaderClassName
{
color: #AD422B;
}
.AnyTagClassName
{
color: #AD422B;
}
</style>
background-color css
<style>
a { background-color: #AD422B; }
a { background-color: rgb(173,66,43); }
div.DivClassName
{
background-color: #AD422B;
}
.BgClassName
{
background-color: #AD422B;
}
</style>
border-color css
<style>
span { border-color: #AD422B; }
span { border-color: rgb(173,66,43); }
td.TdClassName
{
border-color: #AD422B;
}
.TagClassName
{
border-color: #AD422B;
}
</style>