Shades of Medium Carmine #AD3B2D
Tints of Medium Carmine #AD3B2D
RGB
CMYK
RGB Variations
Color information
#AD3B2D (or 0xAD3B2D) is known color: Medium Carmine. HEX triplet: AD, 3B and 2D. RGB value is (173,59,45). Sum of RGB (Red+Green+Blue) = 173+59+45=277 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.45% from 277); Green value is 59 (23.44% from 255 or 21.30% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3B2D is #52C4D2. Grayscale: #5B5B5B. Windows color (decimal): -5424339 or 2964397. OLE color: 2964397.
HSL color Cylindrical-coordinate representation of color #AD3B2D: hue angle of 6.56º 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 #AD3B2D is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 59 | 45 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.32 |
| HSL | 6.56º | 0.59% | 0.43% | - |
| HSV(B) | 6.56º | 0.74% | 0.68% | - |
| XYZ | 19.27 | 12.2 | 3.82 | - |
| YUV | 91.49 | 101.77 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 59 | 45 | 0 | 0.66 | 0.74 | 0.32 | 6.56 | 0.59 | 0.43 |
| Hex | AD | 3B | 2D | 0 | 42 | 4A | 20 | 7 | 3B | 2B |
| Octal | 255 | 73 | 55 | 0 | 102 | 112 | 40 | 7 | 73 | 53 |
| Binary | 10101101 | 111011 | 101101 | 0 | 1000010 | 1001010 | 100000 | 111 | 111011 | 101011 |
Color Harmonies of #AD3B2D
Complementary color
Monochromatic Colors of #AD3B2D
Black with #AD3B2D
Text Example
Text Example
White with #AD3B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3B2D; }
p { color: rgb(173,59,45); }
H1.HeaderClassName
{
color: #AD3B2D;
}
.AnyTagClassName
{
color: #AD3B2D;
}
</style>
background-color css
<style>
a { background-color: #AD3B2D; }
a { background-color: rgb(173,59,45); }
div.DivClassName
{
background-color: #AD3B2D;
}
.BgClassName
{
background-color: #AD3B2D;
}
</style>
border-color css
<style>
span { border-color: #AD3B2D; }
span { border-color: rgb(173,59,45); }
td.TdClassName
{
border-color: #AD3B2D;
}
.TagClassName
{
border-color: #AD3B2D;
}
</style>