Shades of Medium Carmine #A84138
Tints of Medium Carmine #A84138
RGB
CMYK
RGB Variations
Color information
#A84138 (or 0xA84138) is known color: Medium Carmine. HEX triplet: A8, 41 and 38. RGB value is (168,65,56). Sum of RGB (Red+Green+Blue) = 168+65+56=289 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.13% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 56 (22.27% from 255 or 19.38% from 289); Max value from RGB is 168 - color contains mainly: red. Hex color #A84138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84138 is #57BEC7. Grayscale: #5E5E5E. Windows color (decimal): -5750472 or 3686824. OLE color: 3686824.
HSL color Cylindrical-coordinate representation of color #A84138: hue angle of 4.82º 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 #A84138 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 65 | 56 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.34 |
| HSL | 4.82º | 0.5% | 0.44% | - |
| HSV(B) | 4.82º | 0.67% | 0.66% | - |
| XYZ | 18.75 | 12.39 | 5.14 | - |
| YUV | 94.77 | 106.12 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 56 | 0 | 0.61 | 0.67 | 0.34 | 4.82 | 0.5 | 0.44 |
| Hex | A8 | 41 | 38 | 0 | 3D | 43 | 22 | 5 | 32 | 2C |
| Octal | 250 | 101 | 70 | 0 | 75 | 103 | 42 | 5 | 62 | 54 |
| Binary | 10101000 | 1000001 | 111000 | 0 | 111101 | 1000011 | 100010 | 101 | 110010 | 101100 |
Color Harmonies of #A84138
Complementary color
Monochromatic Colors of #A84138
Black with #A84138
Text Example
Text Example
White with #A84138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84138; }
p { color: rgb(168,65,56); }
H1.HeaderClassName
{
color: #A84138;
}
.AnyTagClassName
{
color: #A84138;
}
</style>
background-color css
<style>
a { background-color: #A84138; }
a { background-color: rgb(168,65,56); }
div.DivClassName
{
background-color: #A84138;
}
.BgClassName
{
background-color: #A84138;
}
</style>
border-color css
<style>
span { border-color: #A84138; }
span { border-color: rgb(168,65,56); }
td.TdClassName
{
border-color: #A84138;
}
.TagClassName
{
border-color: #A84138;
}
</style>