Shades of Medium Carmine #AD3927
Tints of Medium Carmine #AD3927
RGB
CMYK
RGB Variations
Color information
#AD3927 (or 0xAD3927) is known color: Medium Carmine. HEX triplet: AD, 39 and 27. RGB value is (173,57,39). Sum of RGB (Red+Green+Blue) = 173+57+39=269 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.31% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 39 (15.62% from 255 or 14.50% from 269); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3927 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3927 is #52C6D8. Grayscale: #595959. Windows color (decimal): -5424857 or 2570669. OLE color: 2570669.
HSL color Cylindrical-coordinate representation of color #AD3927: hue angle of 8.06º 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 #AD3927 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 57 | 39 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.32 |
| HSL | 8.06º | 0.63% | 0.42% | - |
| HSV(B) | 8.06º | 0.77% | 0.68% | - |
| XYZ | 19.06 | 11.96 | 3.22 | - |
| YUV | 89.63 | 99.43 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 57 | 39 | 0 | 0.67 | 0.77 | 0.32 | 8.06 | 0.63 | 0.42 |
| Hex | AD | 39 | 27 | 0 | 43 | 4D | 20 | 8 | 3F | 2A |
| Octal | 255 | 71 | 47 | 0 | 103 | 115 | 40 | 10 | 77 | 52 |
| Binary | 10101101 | 111001 | 100111 | 0 | 1000011 | 1001101 | 100000 | 1000 | 111111 | 101010 |
Color Harmonies of #AD3927
Complementary color
Monochromatic Colors of #AD3927
Black with #AD3927
Text Example
Text Example
White with #AD3927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3927; }
p { color: rgb(173,57,39); }
H1.HeaderClassName
{
color: #AD3927;
}
.AnyTagClassName
{
color: #AD3927;
}
</style>
background-color css
<style>
a { background-color: #AD3927; }
a { background-color: rgb(173,57,39); }
div.DivClassName
{
background-color: #AD3927;
}
.BgClassName
{
background-color: #AD3927;
}
</style>
border-color css
<style>
span { border-color: #AD3927; }
span { border-color: rgb(173,57,39); }
td.TdClassName
{
border-color: #AD3927;
}
.TagClassName
{
border-color: #AD3927;
}
</style>