Shades of Medium Carmine #A34136
Tints of Medium Carmine #A34136
RGB
CMYK
RGB Variations
Color information
#A34136 (or 0xA34136) is known color: Medium Carmine. HEX triplet: A3, 41 and 36. RGB value is (163,65,54). Sum of RGB (Red+Green+Blue) = 163+65+54=282 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.80% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 163 - color contains mainly: red. Hex color #A34136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34136 is #5CBEC9. Grayscale: #5D5D5D. Windows color (decimal): -6078154 or 3555747. OLE color: 3555747.
HSL color Cylindrical-coordinate representation of color #A34136: hue angle of 6.06º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A34136 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 65 | 54 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.36 |
| HSL | 6.06º | 0.5% | 0.43% | - |
| HSV(B) | 6.06º | 0.67% | 0.64% | - |
| XYZ | 17.66 | 11.83 | 4.84 | - |
| YUV | 93.05 | 105.97 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 65 | 54 | 0 | 0.60 | 0.67 | 0.36 | 6.06 | 0.5 | 0.43 |
| Hex | A3 | 41 | 36 | 0 | 3C | 43 | 24 | 6 | 32 | 2B |
| Octal | 243 | 101 | 66 | 0 | 74 | 103 | 44 | 6 | 62 | 53 |
| Binary | 10100011 | 1000001 | 110110 | 0 | 111100 | 1000011 | 100100 | 110 | 110010 | 101011 |
Color Harmonies of #A34136
Complementary color
Monochromatic Colors of #A34136
Black with #A34136
Text Example
Text Example
White with #A34136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34136; }
p { color: rgb(163,65,54); }
H1.HeaderClassName
{
color: #A34136;
}
.AnyTagClassName
{
color: #A34136;
}
</style>
background-color css
<style>
a { background-color: #A34136; }
a { background-color: rgb(163,65,54); }
div.DivClassName
{
background-color: #A34136;
}
.BgClassName
{
background-color: #A34136;
}
</style>
border-color css
<style>
span { border-color: #A34136; }
span { border-color: rgb(163,65,54); }
td.TdClassName
{
border-color: #A34136;
}
.TagClassName
{
border-color: #A34136;
}
</style>