Shades of Medium Carmine #AD402E
Tints of Medium Carmine #AD402E
RGB
CMYK
RGB Variations
Color information
#AD402E (or 0xAD402E) is known color: Medium Carmine. HEX triplet: AD, 40 and 2E. RGB value is (173,64,46). Sum of RGB (Red+Green+Blue) = 173+64+46=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD402E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD402E is #52BFD1. Grayscale: #5E5E5E. Windows color (decimal): -5423058 or 3031213. OLE color: 3031213.
HSL color Cylindrical-coordinate representation of color #AD402E: hue angle of 8.5º 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 #AD402E is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 46 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.32 |
| HSL | 8.5º | 0.58% | 0.43% | - |
| HSV(B) | 8.5º | 0.73% | 0.68% | - |
| XYZ | 19.56 | 12.75 | 4.01 | - |
| YUV | 94.54 | 100.61 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 46 | 0 | 0.63 | 0.73 | 0.32 | 8.5 | 0.58 | 0.43 |
| Hex | AD | 40 | 2E | 0 | 3F | 49 | 20 | 9 | 3A | 2B |
| Octal | 255 | 100 | 56 | 0 | 77 | 111 | 40 | 11 | 72 | 53 |
| Binary | 10101101 | 1000000 | 101110 | 0 | 111111 | 1001001 | 100000 | 1001 | 111010 | 101011 |
Color Harmonies of #AD402E
Complementary color
Monochromatic Colors of #AD402E
Black with #AD402E
Text Example
Text Example
White with #AD402E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD402E; }
p { color: rgb(173,64,46); }
H1.HeaderClassName
{
color: #AD402E;
}
.AnyTagClassName
{
color: #AD402E;
}
</style>
background-color css
<style>
a { background-color: #AD402E; }
a { background-color: rgb(173,64,46); }
div.DivClassName
{
background-color: #AD402E;
}
.BgClassName
{
background-color: #AD402E;
}
</style>
border-color css
<style>
span { border-color: #AD402E; }
span { border-color: rgb(173,64,46); }
td.TdClassName
{
border-color: #AD402E;
}
.TagClassName
{
border-color: #AD402E;
}
</style>