Shades of Medium Carmine #A84736
Tints of Medium Carmine #A84736
RGB
CMYK
RGB Variations
Color information
#A84736 (or 0xA84736) is known color: Medium Carmine. HEX triplet: A8, 47 and 36. RGB value is (168,71,54). Sum of RGB (Red+Green+Blue) = 168+71+54=293 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.34% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 168 - color contains mainly: red. Hex color #A84736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84736 is #57B8C9. Grayscale: #626262. Windows color (decimal): -5748938 or 3557288. OLE color: 3557288.
HSL color Cylindrical-coordinate representation of color #A84736: hue angle of 8.95º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A84736 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 71 | 54 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.34 |
| HSL | 8.95º | 0.51% | 0.44% | - |
| HSV(B) | 8.95º | 0.68% | 0.66% | - |
| XYZ | 19.07 | 13.1 | 5.01 | - |
| YUV | 98.07 | 103.14 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 71 | 54 | 0 | 0.58 | 0.68 | 0.34 | 8.95 | 0.51 | 0.44 |
| Hex | A8 | 47 | 36 | 0 | 3A | 44 | 22 | 9 | 33 | 2C |
| Octal | 250 | 107 | 66 | 0 | 72 | 104 | 42 | 11 | 63 | 54 |
| Binary | 10101000 | 1000111 | 110110 | 0 | 111010 | 1000100 | 100010 | 1001 | 110011 | 101100 |
Color Harmonies of #A84736
Complementary color
Monochromatic Colors of #A84736
Black with #A84736
Text Example
Text Example
White with #A84736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84736; }
p { color: rgb(168,71,54); }
H1.HeaderClassName
{
color: #A84736;
}
.AnyTagClassName
{
color: #A84736;
}
</style>
background-color css
<style>
a { background-color: #A84736; }
a { background-color: rgb(168,71,54); }
div.DivClassName
{
background-color: #A84736;
}
.BgClassName
{
background-color: #A84736;
}
</style>
border-color css
<style>
span { border-color: #A84736; }
span { border-color: rgb(168,71,54); }
td.TdClassName
{
border-color: #A84736;
}
.TagClassName
{
border-color: #A84736;
}
</style>