Shades of Medium Carmine #AD3634
Tints of Medium Carmine #AD3634
RGB
CMYK
RGB Variations
Color information
#AD3634 (or 0xAD3634) is known color: Medium Carmine. HEX triplet: AD, 36 and 34. RGB value is (173,54,52). Sum of RGB (Red+Green+Blue) = 173+54+52=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3634 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3634 is #52C9CB. Grayscale: #595959. Windows color (decimal): -5425612 or 3421869. OLE color: 3421869.
HSL color Cylindrical-coordinate representation of color #AD3634: hue angle of 0.99º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD3634 is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 54 | 52 | - |
| CMYK | 0 | 0.69 | 0.70 | 0.32 |
| HSL | 0.99º | 0.54% | 0.44% | - |
| HSV(B) | 0.99º | 0.7% | 0.68% | - |
| XYZ | 19.17 | 11.77 | 4.51 | - |
| YUV | 89.35 | 106.92 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 54 | 52 | 0 | 0.69 | 0.70 | 0.32 | 0.99 | 0.54 | 0.44 |
| Hex | AD | 36 | 34 | 0 | 45 | 46 | 20 | 1 | 36 | 2C |
| Octal | 255 | 66 | 64 | 0 | 105 | 106 | 40 | 1 | 66 | 54 |
| Binary | 10101101 | 110110 | 110100 | 0 | 1000101 | 1000110 | 100000 | 1 | 110110 | 101100 |
Color Harmonies of #AD3634
Complementary color
Monochromatic Colors of #AD3634
Black with #AD3634
Text Example
Text Example
White with #AD3634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3634; }
p { color: rgb(173,54,52); }
H1.HeaderClassName
{
color: #AD3634;
}
.AnyTagClassName
{
color: #AD3634;
}
</style>
background-color css
<style>
a { background-color: #AD3634; }
a { background-color: rgb(173,54,52); }
div.DivClassName
{
background-color: #AD3634;
}
.BgClassName
{
background-color: #AD3634;
}
</style>
border-color css
<style>
span { border-color: #AD3634; }
span { border-color: rgb(173,54,52); }
td.TdClassName
{
border-color: #AD3634;
}
.TagClassName
{
border-color: #AD3634;
}
</style>