Shades of Medium Carmine #A84437
Tints of Medium Carmine #A84437
RGB
CMYK
RGB Variations
Color information
#A84437 (or 0xA84437) is known color: Medium Carmine. HEX triplet: A8, 44 and 37. RGB value is (168,68,55). Sum of RGB (Red+Green+Blue) = 168+68+55=291 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.73% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 55 (21.88% from 255 or 18.90% from 291); Max value from RGB is 168 - color contains mainly: red. Hex color #A84437 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84437 is #57BBC8. Grayscale: #606060. Windows color (decimal): -5749705 or 3622056. OLE color: 3622056.
HSL color Cylindrical-coordinate representation of color #A84437: hue angle of 6.9º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A84437 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 68 | 55 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.34 |
| HSL | 6.9º | 0.51% | 0.44% | - |
| HSV(B) | 6.9º | 0.67% | 0.66% | - |
| XYZ | 18.91 | 12.73 | 5.08 | - |
| YUV | 96.42 | 104.63 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 68 | 55 | 0 | 0.60 | 0.67 | 0.34 | 6.9 | 0.51 | 0.44 |
| Hex | A8 | 44 | 37 | 0 | 3C | 43 | 22 | 7 | 33 | 2C |
| Octal | 250 | 104 | 67 | 0 | 74 | 103 | 42 | 7 | 63 | 54 |
| Binary | 10101000 | 1000100 | 110111 | 0 | 111100 | 1000011 | 100010 | 111 | 110011 | 101100 |
Color Harmonies of #A84437
Complementary color
Monochromatic Colors of #A84437
Black with #A84437
Text Example
Text Example
White with #A84437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84437; }
p { color: rgb(168,68,55); }
H1.HeaderClassName
{
color: #A84437;
}
.AnyTagClassName
{
color: #A84437;
}
</style>
background-color css
<style>
a { background-color: #A84437; }
a { background-color: rgb(168,68,55); }
div.DivClassName
{
background-color: #A84437;
}
.BgClassName
{
background-color: #A84437;
}
</style>
border-color css
<style>
span { border-color: #A84437; }
span { border-color: rgb(168,68,55); }
td.TdClassName
{
border-color: #A84437;
}
.TagClassName
{
border-color: #A84437;
}
</style>