Shades of Medium Carmine #A84737
Tints of Medium Carmine #A84737
RGB
CMYK
RGB Variations
Color information
#A84737 (or 0xA84737) is known color: Medium Carmine. HEX triplet: A8, 47 and 37. RGB value is (168,71,55). Sum of RGB (Red+Green+Blue) = 168+71+55=294 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.14% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 168 - color contains mainly: red. Hex color #A84737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84737 is #57B8C8. Grayscale: #626262. Windows color (decimal): -5748937 or 3622824. OLE color: 3622824.
HSL color Cylindrical-coordinate representation of color #A84737: hue angle of 8.5º 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 #A84737 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 71 | 55 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.34 |
| HSL | 8.5º | 0.51% | 0.44% | - |
| HSV(B) | 8.5º | 0.67% | 0.66% | - |
| XYZ | 19.09 | 13.11 | 5.14 | - |
| YUV | 98.18 | 103.64 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 71 | 55 | 0 | 0.58 | 0.67 | 0.34 | 8.5 | 0.51 | 0.44 |
| Hex | A8 | 47 | 37 | 0 | 3A | 43 | 22 | 8 | 33 | 2C |
| Octal | 250 | 107 | 67 | 0 | 72 | 103 | 42 | 10 | 63 | 54 |
| Binary | 10101000 | 1000111 | 110111 | 0 | 111010 | 1000011 | 100010 | 1000 | 110011 | 101100 |
Color Harmonies of #A84737
Complementary color
Monochromatic Colors of #A84737
Black with #A84737
Text Example
Text Example
White with #A84737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84737; }
p { color: rgb(168,71,55); }
H1.HeaderClassName
{
color: #A84737;
}
.AnyTagClassName
{
color: #A84737;
}
</style>
background-color css
<style>
a { background-color: #A84737; }
a { background-color: rgb(168,71,55); }
div.DivClassName
{
background-color: #A84737;
}
.BgClassName
{
background-color: #A84737;
}
</style>
border-color css
<style>
span { border-color: #A84737; }
span { border-color: rgb(168,71,55); }
td.TdClassName
{
border-color: #A84737;
}
.TagClassName
{
border-color: #A84737;
}
</style>