Shades of Medium Carmine #AD3C2B
Tints of Medium Carmine #AD3C2B
RGB
CMYK
RGB Variations
Color information
#AD3C2B (or 0xAD3C2B) is known color: Medium Carmine. HEX triplet: AD, 3C and 2B. RGB value is (173,60,43). Sum of RGB (Red+Green+Blue) = 173+60+43=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3C2B is #52C3D4. Grayscale: #5C5C5C. Windows color (decimal): -5424085 or 2833581. OLE color: 2833581.
HSL color Cylindrical-coordinate representation of color #AD3C2B: hue angle of 7.85º 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 #AD3C2B is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 60 | 43 | - |
CMYK | 0 | 0.65 | 0.75 | 0.32 |
HSL | 7.85º | 0.6% | 0.42% | - |
HSV(B) | 7.85º | 0.75% | 0.68% | - |
XYZ | 19.29 | 12.29 | 3.64 | - |
YUV | 91.85 | 100.44 | 185.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 60 | 43 | 0 | 0.65 | 0.75 | 0.32 | 7.85 | 0.6 | 0.42 |
Hex | AD | 3C | 2B | 0 | 41 | 4B | 20 | 8 | 3C | 2A |
Octal | 255 | 74 | 53 | 0 | 101 | 113 | 40 | 10 | 74 | 52 |
Binary | 10101101 | 111100 | 101011 | 0 | 1000001 | 1001011 | 100000 | 1000 | 111100 | 101010 |
Color Harmonies of #AD3C2B
Complementary color
Monochromatic Colors of #AD3C2B
Black with #AD3C2B
Text Example
Text Example
White with #AD3C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3C2B; }
p { color: rgb(173,60,43); }
H1.HeaderClassName
{
color: #AD3C2B;
}
.AnyTagClassName
{
color: #AD3C2B;
}
</style>
background-color css
<style>
a { background-color: #AD3C2B; }
a { background-color: rgb(173,60,43); }
div.DivClassName
{
background-color: #AD3C2B;
}
.BgClassName
{
background-color: #AD3C2B;
}
</style>
border-color css
<style>
span { border-color: #AD3C2B; }
span { border-color: rgb(173,60,43); }
td.TdClassName
{
border-color: #AD3C2B;
}
.TagClassName
{
border-color: #AD3C2B;
}
</style>