Shades of Medium Carmine #AD3B2B
Tints of Medium Carmine #AD3B2B
RGB
CMYK
RGB Variations
Color information
#AD3B2B (or 0xAD3B2B) is known color: Medium Carmine. HEX triplet: AD, 3B and 2B. RGB value is (173,59,43). Sum of RGB (Red+Green+Blue) = 173+59+43=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 59 (23.44% from 255 or 21.45% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3B2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3B2B is #52C4D4. Grayscale: #5B5B5B. Windows color (decimal): -5424341 or 2833325. OLE color: 2833325.
HSL color Cylindrical-coordinate representation of color #AD3B2B: hue angle of 7.38º 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 #AD3B2B is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 59 | 43 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.32 |
| HSL | 7.38º | 0.6% | 0.42% | - |
| HSV(B) | 7.38º | 0.75% | 0.68% | - |
| XYZ | 19.23 | 12.19 | 3.62 | - |
| YUV | 91.26 | 100.77 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 59 | 43 | 0 | 0.66 | 0.75 | 0.32 | 7.38 | 0.6 | 0.42 |
| Hex | AD | 3B | 2B | 0 | 42 | 4B | 20 | 7 | 3C | 2A |
| Octal | 255 | 73 | 53 | 0 | 102 | 113 | 40 | 7 | 74 | 52 |
| Binary | 10101101 | 111011 | 101011 | 0 | 1000010 | 1001011 | 100000 | 111 | 111100 | 101010 |
Color Harmonies of #AD3B2B
Complementary color
Monochromatic Colors of #AD3B2B
Black with #AD3B2B
Text Example
Text Example
White with #AD3B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3B2B; }
p { color: rgb(173,59,43); }
H1.HeaderClassName
{
color: #AD3B2B;
}
.AnyTagClassName
{
color: #AD3B2B;
}
</style>
background-color css
<style>
a { background-color: #AD3B2B; }
a { background-color: rgb(173,59,43); }
div.DivClassName
{
background-color: #AD3B2B;
}
.BgClassName
{
background-color: #AD3B2B;
}
</style>
border-color css
<style>
span { border-color: #AD3B2B; }
span { border-color: rgb(173,59,43); }
td.TdClassName
{
border-color: #AD3B2B;
}
.TagClassName
{
border-color: #AD3B2B;
}
</style>