Shades of Medium Carmine #AD3F27
Tints of Medium Carmine #AD3F27
RGB
CMYK
RGB Variations
Color information
#AD3F27 (or 0xAD3F27) is known color: Medium Carmine. HEX triplet: AD, 3F and 27. RGB value is (173,63,39). Sum of RGB (Red+Green+Blue) = 173+63+39=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3F27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3F27 is #52C0D8. Grayscale: #5D5D5D. Windows color (decimal): -5423321 or 2572205. OLE color: 2572205.
HSL color Cylindrical-coordinate representation of color #AD3F27: hue angle of 10.75º 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 #AD3F27 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 63 | 39 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.32 |
| HSL | 10.75º | 0.63% | 0.42% | - |
| HSV(B) | 10.75º | 0.77% | 0.68% | - |
| XYZ | 19.38 | 12.59 | 3.33 | - |
| YUV | 93.15 | 97.44 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 63 | 39 | 0 | 0.64 | 0.77 | 0.32 | 10.75 | 0.63 | 0.42 |
| Hex | AD | 3F | 27 | 0 | 40 | 4D | 20 | B | 3F | 2A |
| Octal | 255 | 77 | 47 | 0 | 100 | 115 | 40 | 13 | 77 | 52 |
| Binary | 10101101 | 111111 | 100111 | 0 | 1000000 | 1001101 | 100000 | 1011 | 111111 | 101010 |
Color Harmonies of #AD3F27
Complementary color
Monochromatic Colors of #AD3F27
Black with #AD3F27
Text Example
Text Example
White with #AD3F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3F27; }
p { color: rgb(173,63,39); }
H1.HeaderClassName
{
color: #AD3F27;
}
.AnyTagClassName
{
color: #AD3F27;
}
</style>
background-color css
<style>
a { background-color: #AD3F27; }
a { background-color: rgb(173,63,39); }
div.DivClassName
{
background-color: #AD3F27;
}
.BgClassName
{
background-color: #AD3F27;
}
</style>
border-color css
<style>
span { border-color: #AD3F27; }
span { border-color: rgb(173,63,39); }
td.TdClassName
{
border-color: #AD3F27;
}
.TagClassName
{
border-color: #AD3F27;
}
</style>