Shades of Medium Carmine #AD402D
Tints of Medium Carmine #AD402D
RGB
CMYK
RGB Variations
Color information
#AD402D (or 0xAD402D) is known color: Medium Carmine. HEX triplet: AD, 40 and 2D. RGB value is (173,64,45). Sum of RGB (Red+Green+Blue) = 173+64+45=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD402D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD402D is #52BFD2. Grayscale: #5E5E5E. Windows color (decimal): -5423059 or 2965677. OLE color: 2965677.
HSL color Cylindrical-coordinate representation of color #AD402D: hue angle of 8.91º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD402D is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 45 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.32 |
| HSL | 8.91º | 0.59% | 0.43% | - |
| HSV(B) | 8.91º | 0.74% | 0.68% | - |
| XYZ | 19.54 | 12.74 | 3.91 | - |
| YUV | 94.43 | 100.11 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 45 | 0 | 0.63 | 0.74 | 0.32 | 8.91 | 0.59 | 0.43 |
| Hex | AD | 40 | 2D | 0 | 3F | 4A | 20 | 9 | 3B | 2B |
| Octal | 255 | 100 | 55 | 0 | 77 | 112 | 40 | 11 | 73 | 53 |
| Binary | 10101101 | 1000000 | 101101 | 0 | 111111 | 1001010 | 100000 | 1001 | 111011 | 101011 |
Color Harmonies of #AD402D
Complementary color
Monochromatic Colors of #AD402D
Black with #AD402D
Text Example
Text Example
White with #AD402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD402D; }
p { color: rgb(173,64,45); }
H1.HeaderClassName
{
color: #AD402D;
}
.AnyTagClassName
{
color: #AD402D;
}
</style>
background-color css
<style>
a { background-color: #AD402D; }
a { background-color: rgb(173,64,45); }
div.DivClassName
{
background-color: #AD402D;
}
.BgClassName
{
background-color: #AD402D;
}
</style>
border-color css
<style>
span { border-color: #AD402D; }
span { border-color: rgb(173,64,45); }
td.TdClassName
{
border-color: #AD402D;
}
.TagClassName
{
border-color: #AD402D;
}
</style>