Shades of Medium Carmine #A84836
Tints of Medium Carmine #A84836
RGB
CMYK
RGB Variations
Color information
#A84836 (or 0xA84836) is known color: Medium Carmine. HEX triplet: A8, 48 and 36. RGB value is (168,72,54). Sum of RGB (Red+Green+Blue) = 168+72+54=294 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.14% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 168 - color contains mainly: red. Hex color #A84836 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84836 is #57B7C9. Grayscale: #626262. Windows color (decimal): -5748682 or 3557544. OLE color: 3557544.
HSL color Cylindrical-coordinate representation of color #A84836: hue angle of 9.47º 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 #A84836 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 72 | 54 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.34 |
| HSL | 9.47º | 0.51% | 0.44% | - |
| HSV(B) | 9.47º | 0.68% | 0.66% | - |
| XYZ | 19.13 | 13.23 | 5.03 | - |
| YUV | 98.65 | 102.8 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 72 | 54 | 0 | 0.57 | 0.68 | 0.34 | 9.47 | 0.51 | 0.44 |
| Hex | A8 | 48 | 36 | 0 | 39 | 44 | 22 | 9 | 33 | 2C |
| Octal | 250 | 110 | 66 | 0 | 71 | 104 | 42 | 11 | 63 | 54 |
| Binary | 10101000 | 1001000 | 110110 | 0 | 111001 | 1000100 | 100010 | 1001 | 110011 | 101100 |
Color Harmonies of #A84836
Complementary color
Monochromatic Colors of #A84836
Black with #A84836
Text Example
Text Example
White with #A84836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84836; }
p { color: rgb(168,72,54); }
H1.HeaderClassName
{
color: #A84836;
}
.AnyTagClassName
{
color: #A84836;
}
</style>
background-color css
<style>
a { background-color: #A84836; }
a { background-color: rgb(168,72,54); }
div.DivClassName
{
background-color: #A84836;
}
.BgClassName
{
background-color: #A84836;
}
</style>
border-color css
<style>
span { border-color: #A84836; }
span { border-color: rgb(168,72,54); }
td.TdClassName
{
border-color: #A84836;
}
.TagClassName
{
border-color: #A84836;
}
</style>