Shades of Medium Carmine #A84039
Tints of Medium Carmine #A84039
RGB
CMYK
RGB Variations
Color information
#A84039 (or 0xA84039) is known color: Medium Carmine. HEX triplet: A8, 40 and 39. RGB value is (168,64,57). Sum of RGB (Red+Green+Blue) = 168+64+57=289 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.13% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 57 (22.66% from 255 or 19.72% from 289); Max value from RGB is 168 - color contains mainly: red. Hex color #A84039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84039 is #57BFC6. Grayscale: #5E5E5E. Windows color (decimal): -5750727 or 3752104. OLE color: 3752104.
HSL color Cylindrical-coordinate representation of color #A84039: hue angle of 3.78º 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 #A84039 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 64 | 57 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.34 |
| HSL | 3.78º | 0.49% | 0.44% | - |
| HSV(B) | 3.78º | 0.66% | 0.66% | - |
| XYZ | 18.72 | 12.29 | 5.26 | - |
| YUV | 94.3 | 106.96 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 64 | 57 | 0 | 0.62 | 0.66 | 0.34 | 3.78 | 0.49 | 0.44 |
| Hex | A8 | 40 | 39 | 0 | 3E | 42 | 22 | 4 | 31 | 2C |
| Octal | 250 | 100 | 71 | 0 | 76 | 102 | 42 | 4 | 61 | 54 |
| Binary | 10101000 | 1000000 | 111001 | 0 | 111110 | 1000010 | 100010 | 100 | 110001 | 101100 |
Color Harmonies of #A84039
Complementary color
Monochromatic Colors of #A84039
Black with #A84039
Text Example
Text Example
White with #A84039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84039; }
p { color: rgb(168,64,57); }
H1.HeaderClassName
{
color: #A84039;
}
.AnyTagClassName
{
color: #A84039;
}
</style>
background-color css
<style>
a { background-color: #A84039; }
a { background-color: rgb(168,64,57); }
div.DivClassName
{
background-color: #A84039;
}
.BgClassName
{
background-color: #A84039;
}
</style>
border-color css
<style>
span { border-color: #A84039; }
span { border-color: rgb(168,64,57); }
td.TdClassName
{
border-color: #A84039;
}
.TagClassName
{
border-color: #A84039;
}
</style>