Shades of Medium Carmine #AD3B28
Tints of Medium Carmine #AD3B28
RGB
CMYK
RGB Variations
Color information
#AD3B28 (or 0xAD3B28) is known color: Medium Carmine. HEX triplet: AD, 3B and 28. RGB value is (173,59,40). Sum of RGB (Red+Green+Blue) = 173+59+40=272 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.60% from 272); Green value is 59 (23.44% from 255 or 21.69% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3B28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3B28 is #52C4D7. Grayscale: #5B5B5B. Windows color (decimal): -5424344 or 2636717. OLE color: 2636717.
HSL color Cylindrical-coordinate representation of color #AD3B28: hue angle of 8.57º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD3B28 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 59 | 40 | - |
| CMYK | 0 | 0.66 | 0.77 | 0.32 |
| HSL | 8.57º | 0.62% | 0.42% | - |
| HSV(B) | 8.57º | 0.77% | 0.68% | - |
| XYZ | 19.18 | 12.17 | 3.34 | - |
| YUV | 90.92 | 99.27 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 59 | 40 | 0 | 0.66 | 0.77 | 0.32 | 8.57 | 0.62 | 0.42 |
| Hex | AD | 3B | 28 | 0 | 42 | 4D | 20 | 9 | 3E | 2A |
| Octal | 255 | 73 | 50 | 0 | 102 | 115 | 40 | 11 | 76 | 52 |
| Binary | 10101101 | 111011 | 101000 | 0 | 1000010 | 1001101 | 100000 | 1001 | 111110 | 101010 |
Color Harmonies of #AD3B28
Complementary color
Monochromatic Colors of #AD3B28
Black with #AD3B28
Text Example
Text Example
White with #AD3B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3B28; }
p { color: rgb(173,59,40); }
H1.HeaderClassName
{
color: #AD3B28;
}
.AnyTagClassName
{
color: #AD3B28;
}
</style>
background-color css
<style>
a { background-color: #AD3B28; }
a { background-color: rgb(173,59,40); }
div.DivClassName
{
background-color: #AD3B28;
}
.BgClassName
{
background-color: #AD3B28;
}
</style>
border-color css
<style>
span { border-color: #AD3B28; }
span { border-color: rgb(173,59,40); }
td.TdClassName
{
border-color: #AD3B28;
}
.TagClassName
{
border-color: #AD3B28;
}
</style>