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