Shades of Medium Carmine #A84938
Tints of Medium Carmine #A84938
RGB
CMYK
RGB Variations
Color information
#A84938 (or 0xA84938) is known color: Medium Carmine. HEX triplet: A8, 49 and 38. RGB value is (168,73,56). Sum of RGB (Red+Green+Blue) = 168+73+56=297 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.57% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 168 - color contains mainly: red. Hex color #A84938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84938 is #57B6C7. Grayscale: #636363. Windows color (decimal): -5748424 or 3688872. OLE color: 3688872.
HSL color Cylindrical-coordinate representation of color #A84938: hue angle of 9.11º degrees, saturation: 0.5, 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 #A84938 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 73 | 56 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.34 |
| HSL | 9.11º | 0.5% | 0.44% | - |
| HSV(B) | 9.11º | 0.67% | 0.66% | - |
| XYZ | 19.24 | 13.38 | 5.31 | - |
| YUV | 99.47 | 103.47 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 56 | 0 | 0.57 | 0.67 | 0.34 | 9.11 | 0.5 | 0.44 |
| Hex | A8 | 49 | 38 | 0 | 39 | 43 | 22 | 9 | 32 | 2C |
| Octal | 250 | 111 | 70 | 0 | 71 | 103 | 42 | 11 | 62 | 54 |
| Binary | 10101000 | 1001001 | 111000 | 0 | 111001 | 1000011 | 100010 | 1001 | 110010 | 101100 |
Color Harmonies of #A84938
Complementary color
Monochromatic Colors of #A84938
Black with #A84938
Text Example
Text Example
White with #A84938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84938; }
p { color: rgb(168,73,56); }
H1.HeaderClassName
{
color: #A84938;
}
.AnyTagClassName
{
color: #A84938;
}
</style>
background-color css
<style>
a { background-color: #A84938; }
a { background-color: rgb(168,73,56); }
div.DivClassName
{
background-color: #A84938;
}
.BgClassName
{
background-color: #A84938;
}
</style>
border-color css
<style>
span { border-color: #A84938; }
span { border-color: rgb(168,73,56); }
td.TdClassName
{
border-color: #A84938;
}
.TagClassName
{
border-color: #A84938;
}
</style>