Shades of Medium Carmine #AD3B27
Tints of Medium Carmine #AD3B27
RGB
CMYK
RGB Variations
Color information
#AD3B27 (or 0xAD3B27) is known color: Medium Carmine. HEX triplet: AD, 3B and 27. RGB value is (173,59,39). Sum of RGB (Red+Green+Blue) = 173+59+39=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 59 (23.44% from 255 or 21.77% from 271); Blue value is 39 (15.62% from 255 or 14.39% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3B27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3B27 is #52C4D8. Grayscale: #5B5B5B. Windows color (decimal): -5424345 or 2571181. OLE color: 2571181.
HSL color Cylindrical-coordinate representation of color #AD3B27: hue angle of 8.96º 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 #AD3B27 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 59 | 39 | - |
| CMYK | 0 | 0.66 | 0.77 | 0.32 |
| HSL | 8.96º | 0.63% | 0.42% | - |
| HSV(B) | 8.96º | 0.77% | 0.68% | - |
| XYZ | 19.16 | 12.16 | 3.26 | - |
| YUV | 90.81 | 98.77 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 59 | 39 | 0 | 0.66 | 0.77 | 0.32 | 8.96 | 0.63 | 0.42 |
| Hex | AD | 3B | 27 | 0 | 42 | 4D | 20 | 9 | 3F | 2A |
| Octal | 255 | 73 | 47 | 0 | 102 | 115 | 40 | 11 | 77 | 52 |
| Binary | 10101101 | 111011 | 100111 | 0 | 1000010 | 1001101 | 100000 | 1001 | 111111 | 101010 |
Color Harmonies of #AD3B27
Complementary color
Monochromatic Colors of #AD3B27
Black with #AD3B27
Text Example
Text Example
White with #AD3B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3B27; }
p { color: rgb(173,59,39); }
H1.HeaderClassName
{
color: #AD3B27;
}
.AnyTagClassName
{
color: #AD3B27;
}
</style>
background-color css
<style>
a { background-color: #AD3B27; }
a { background-color: rgb(173,59,39); }
div.DivClassName
{
background-color: #AD3B27;
}
.BgClassName
{
background-color: #AD3B27;
}
</style>
border-color css
<style>
span { border-color: #AD3B27; }
span { border-color: rgb(173,59,39); }
td.TdClassName
{
border-color: #AD3B27;
}
.TagClassName
{
border-color: #AD3B27;
}
</style>