Shades of Medium Carmine #AD3D27
Tints of Medium Carmine #AD3D27
RGB
CMYK
RGB Variations
Color information
#AD3D27 (or 0xAD3D27) is known color: Medium Carmine. HEX triplet: AD, 3D and 27. RGB value is (173,61,39). Sum of RGB (Red+Green+Blue) = 173+61+39=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3D27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3D27 is #52C2D8. Grayscale: #5C5C5C. Windows color (decimal): -5423833 or 2571693. OLE color: 2571693.
HSL color Cylindrical-coordinate representation of color #AD3D27: hue angle of 9.85º degrees, saturation: 0.63, 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 #AD3D27 is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 61 | 39 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.32 |
| HSL | 9.85º | 0.63% | 0.42% | - |
| HSV(B) | 9.85º | 0.77% | 0.68% | - |
| XYZ | 19.27 | 12.37 | 3.29 | - |
| YUV | 91.98 | 98.11 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 61 | 39 | 0 | 0.65 | 0.77 | 0.32 | 9.85 | 0.63 | 0.42 |
| Hex | AD | 3D | 27 | 0 | 41 | 4D | 20 | A | 3F | 2A |
| Octal | 255 | 75 | 47 | 0 | 101 | 115 | 40 | 12 | 77 | 52 |
| Binary | 10101101 | 111101 | 100111 | 0 | 1000001 | 1001101 | 100000 | 1010 | 111111 | 101010 |
Color Harmonies of #AD3D27
Complementary color
Monochromatic Colors of #AD3D27
Black with #AD3D27
Text Example
Text Example
White with #AD3D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3D27; }
p { color: rgb(173,61,39); }
H1.HeaderClassName
{
color: #AD3D27;
}
.AnyTagClassName
{
color: #AD3D27;
}
</style>
background-color css
<style>
a { background-color: #AD3D27; }
a { background-color: rgb(173,61,39); }
div.DivClassName
{
background-color: #AD3D27;
}
.BgClassName
{
background-color: #AD3D27;
}
</style>
border-color css
<style>
span { border-color: #AD3D27; }
span { border-color: rgb(173,61,39); }
td.TdClassName
{
border-color: #AD3D27;
}
.TagClassName
{
border-color: #AD3D27;
}
</style>