Shades of Medium Carmine #AD3A2D
Tints of Medium Carmine #AD3A2D
RGB
CMYK
RGB Variations
Color information
#AD3A2D (or 0xAD3A2D) is known color: Medium Carmine. HEX triplet: AD, 3A and 2D. RGB value is (173,58,45). Sum of RGB (Red+Green+Blue) = 173+58+45=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 58 (23.05% from 255 or 21.01% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3A2D is #52C5D2. Grayscale: #5B5B5B. Windows color (decimal): -5424595 or 2964141. OLE color: 2964141.
HSL color Cylindrical-coordinate representation of color #AD3A2D: hue angle of 6.09º 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 #AD3A2D is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 58 | 45 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.32 |
| HSL | 6.09º | 0.59% | 0.43% | - |
| HSV(B) | 6.09º | 0.74% | 0.68% | - |
| XYZ | 19.22 | 12.1 | 3.81 | - |
| YUV | 90.9 | 102.1 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 58 | 45 | 0 | 0.66 | 0.74 | 0.32 | 6.09 | 0.59 | 0.43 |
| Hex | AD | 3A | 2D | 0 | 42 | 4A | 20 | 6 | 3B | 2B |
| Octal | 255 | 72 | 55 | 0 | 102 | 112 | 40 | 6 | 73 | 53 |
| Binary | 10101101 | 111010 | 101101 | 0 | 1000010 | 1001010 | 100000 | 110 | 111011 | 101011 |
Color Harmonies of #AD3A2D
Complementary color
Monochromatic Colors of #AD3A2D
Black with #AD3A2D
Text Example
Text Example
White with #AD3A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3A2D; }
p { color: rgb(173,58,45); }
H1.HeaderClassName
{
color: #AD3A2D;
}
.AnyTagClassName
{
color: #AD3A2D;
}
</style>
background-color css
<style>
a { background-color: #AD3A2D; }
a { background-color: rgb(173,58,45); }
div.DivClassName
{
background-color: #AD3A2D;
}
.BgClassName
{
background-color: #AD3A2D;
}
</style>
border-color css
<style>
span { border-color: #AD3A2D; }
span { border-color: rgb(173,58,45); }
td.TdClassName
{
border-color: #AD3A2D;
}
.TagClassName
{
border-color: #AD3A2D;
}
</style>