Shades of Medium Carmine #AD3A36
Tints of Medium Carmine #AD3A36
RGB
CMYK
RGB Variations
Color information
#AD3A36 (or 0xAD3A36) is known color: Medium Carmine. HEX triplet: AD, 3A and 36. RGB value is (173,58,54). Sum of RGB (Red+Green+Blue) = 173+58+54=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 54 (21.48% from 255 or 18.95% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3A36 is #52C5C9. Grayscale: #5C5C5C. Windows color (decimal): -5424586 or 3553965. OLE color: 3553965.
HSL color Cylindrical-coordinate representation of color #AD3A36: hue angle of 2.02º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD3A36 is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 58 | 54 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.32 |
| HSL | 2.02º | 0.52% | 0.45% | - |
| HSV(B) | 2.02º | 0.69% | 0.68% | - |
| XYZ | 19.41 | 12.18 | 4.82 | - |
| YUV | 91.93 | 106.6 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 58 | 54 | 0 | 0.66 | 0.69 | 0.32 | 2.02 | 0.52 | 0.45 |
| Hex | AD | 3A | 36 | 0 | 42 | 45 | 20 | 2 | 34 | 2D |
| Octal | 255 | 72 | 66 | 0 | 102 | 105 | 40 | 2 | 64 | 55 |
| Binary | 10101101 | 111010 | 110110 | 0 | 1000010 | 1000101 | 100000 | 10 | 110100 | 101101 |
Color Harmonies of #AD3A36
Complementary color
Monochromatic Colors of #AD3A36
Black with #AD3A36
Text Example
Text Example
White with #AD3A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3A36; }
p { color: rgb(173,58,54); }
H1.HeaderClassName
{
color: #AD3A36;
}
.AnyTagClassName
{
color: #AD3A36;
}
</style>
background-color css
<style>
a { background-color: #AD3A36; }
a { background-color: rgb(173,58,54); }
div.DivClassName
{
background-color: #AD3A36;
}
.BgClassName
{
background-color: #AD3A36;
}
</style>
border-color css
<style>
span { border-color: #AD3A36; }
span { border-color: rgb(173,58,54); }
td.TdClassName
{
border-color: #AD3A36;
}
.TagClassName
{
border-color: #AD3A36;
}
</style>