Shades of Medium Carmine #AD3E27
Tints of Medium Carmine #AD3E27
RGB
CMYK
RGB Variations
Color information
#AD3E27 (or 0xAD3E27) is known color: Medium Carmine. HEX triplet: AD, 3E and 27. RGB value is (173,62,39). Sum of RGB (Red+Green+Blue) = 173+62+39=274 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.14% from 274); Green value is 62 (24.61% from 255 or 22.63% from 274); Blue value is 39 (15.62% from 255 or 14.23% from 274); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3E27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3E27 is #52C1D8. Grayscale: #5C5C5C. Windows color (decimal): -5423577 or 2571949. OLE color: 2571949.
HSL color Cylindrical-coordinate representation of color #AD3E27: hue angle of 10.3º 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 #AD3E27 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 62 | 39 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.32 |
| HSL | 10.3º | 0.63% | 0.42% | - |
| HSV(B) | 10.3º | 0.77% | 0.68% | - |
| XYZ | 19.32 | 12.48 | 3.31 | - |
| YUV | 92.57 | 97.77 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 62 | 39 | 0 | 0.64 | 0.77 | 0.32 | 10.3 | 0.63 | 0.42 |
| Hex | AD | 3E | 27 | 0 | 40 | 4D | 20 | A | 3F | 2A |
| Octal | 255 | 76 | 47 | 0 | 100 | 115 | 40 | 12 | 77 | 52 |
| Binary | 10101101 | 111110 | 100111 | 0 | 1000000 | 1001101 | 100000 | 1010 | 111111 | 101010 |
Color Harmonies of #AD3E27
Complementary color
Monochromatic Colors of #AD3E27
Black with #AD3E27
Text Example
Text Example
White with #AD3E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3E27; }
p { color: rgb(173,62,39); }
H1.HeaderClassName
{
color: #AD3E27;
}
.AnyTagClassName
{
color: #AD3E27;
}
</style>
background-color css
<style>
a { background-color: #AD3E27; }
a { background-color: rgb(173,62,39); }
div.DivClassName
{
background-color: #AD3E27;
}
.BgClassName
{
background-color: #AD3E27;
}
</style>
border-color css
<style>
span { border-color: #AD3E27; }
span { border-color: rgb(173,62,39); }
td.TdClassName
{
border-color: #AD3E27;
}
.TagClassName
{
border-color: #AD3E27;
}
</style>