Shades of Medium Carmine #A84139
Tints of Medium Carmine #A84139
RGB
CMYK
RGB Variations
Color information
#A84139 (or 0xA84139) is known color: Medium Carmine. HEX triplet: A8, 41 and 39. RGB value is (168,65,57). Sum of RGB (Red+Green+Blue) = 168+65+57=290 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.93% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 57 (22.66% from 255 or 19.66% from 290); Max value from RGB is 168 - color contains mainly: red. Hex color #A84139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84139 is #57BEC6. Grayscale: #5F5F5F. Windows color (decimal): -5750471 or 3752360. OLE color: 3752360.
HSL color Cylindrical-coordinate representation of color #A84139: hue angle of 4.32º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A84139 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 65 | 57 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.34 |
| HSL | 4.32º | 0.49% | 0.44% | - |
| HSV(B) | 4.32º | 0.66% | 0.66% | - |
| XYZ | 18.78 | 12.4 | 5.27 | - |
| YUV | 94.89 | 106.62 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 57 | 0 | 0.61 | 0.66 | 0.34 | 4.32 | 0.49 | 0.44 |
| Hex | A8 | 41 | 39 | 0 | 3D | 42 | 22 | 4 | 31 | 2C |
| Octal | 250 | 101 | 71 | 0 | 75 | 102 | 42 | 4 | 61 | 54 |
| Binary | 10101000 | 1000001 | 111001 | 0 | 111101 | 1000010 | 100010 | 100 | 110001 | 101100 |
Color Harmonies of #A84139
Complementary color
Monochromatic Colors of #A84139
Black with #A84139
Text Example
Text Example
White with #A84139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84139; }
p { color: rgb(168,65,57); }
H1.HeaderClassName
{
color: #A84139;
}
.AnyTagClassName
{
color: #A84139;
}
</style>
background-color css
<style>
a { background-color: #A84139; }
a { background-color: rgb(168,65,57); }
div.DivClassName
{
background-color: #A84139;
}
.BgClassName
{
background-color: #A84139;
}
</style>
border-color css
<style>
span { border-color: #A84139; }
span { border-color: rgb(168,65,57); }
td.TdClassName
{
border-color: #A84139;
}
.TagClassName
{
border-color: #A84139;
}
</style>