Shades of Medium Carmine #AD3820
Tints of Medium Carmine #AD3820
RGB
CMYK
RGB Variations
Color information
#AD3820 (or 0xAD3820) is known color: Medium Carmine. HEX triplet: AD, 38 and 20. RGB value is (173,56,32). Sum of RGB (Red+Green+Blue) = 173+56+32=261 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.28% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3820 is #52C7DF. Grayscale: #585858. Windows color (decimal): -5425120 or 2111661. OLE color: 2111661.
HSL color Cylindrical-coordinate representation of color #AD3820: hue angle of 10.21º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD3820 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 56 | 32 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.32 |
| HSL | 10.21º | 0.69% | 0.4% | - |
| HSV(B) | 10.21º | 0.82% | 0.68% | - |
| XYZ | 18.91 | 11.82 | 2.65 | - |
| YUV | 88.25 | 96.26 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 56 | 32 | 0 | 0.68 | 0.82 | 0.32 | 10.21 | 0.69 | 0.4 |
| Hex | AD | 38 | 20 | 0 | 44 | 52 | 20 | A | 45 | 28 |
| Octal | 255 | 70 | 40 | 0 | 104 | 122 | 40 | 12 | 105 | 50 |
| Binary | 10101101 | 111000 | 100000 | 0 | 1000100 | 1010010 | 100000 | 1010 | 1000101 | 101000 |
Color Harmonies of #AD3820
Complementary color
Monochromatic Colors of #AD3820
Black with #AD3820
Text Example
Text Example
White with #AD3820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3820; }
p { color: rgb(173,56,32); }
H1.HeaderClassName
{
color: #AD3820;
}
.AnyTagClassName
{
color: #AD3820;
}
</style>
background-color css
<style>
a { background-color: #AD3820; }
a { background-color: rgb(173,56,32); }
div.DivClassName
{
background-color: #AD3820;
}
.BgClassName
{
background-color: #AD3820;
}
</style>
border-color css
<style>
span { border-color: #AD3820; }
span { border-color: rgb(173,56,32); }
td.TdClassName
{
border-color: #AD3820;
}
.TagClassName
{
border-color: #AD3820;
}
</style>