Shades of Medium Carmine #A84337
Tints of Medium Carmine #A84337
RGB
CMYK
RGB Variations
Color information
#A84337 (or 0xA84337) is known color: Medium Carmine. HEX triplet: A8, 43 and 37. RGB value is (168,67,55). Sum of RGB (Red+Green+Blue) = 168+67+55=290 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.93% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 55 (21.88% from 255 or 18.97% from 290); Max value from RGB is 168 - color contains mainly: red. Hex color #A84337 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84337 is #57BCC8. Grayscale: #5F5F5F. Windows color (decimal): -5749961 or 3621800. OLE color: 3621800.
HSL color Cylindrical-coordinate representation of color #A84337: hue angle of 6.37º 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 #A84337 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 67 | 55 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.34 |
| HSL | 6.37º | 0.51% | 0.44% | - |
| HSV(B) | 6.37º | 0.67% | 0.66% | - |
| XYZ | 18.85 | 12.61 | 5.06 | - |
| YUV | 95.83 | 104.96 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 67 | 55 | 0 | 0.60 | 0.67 | 0.34 | 6.37 | 0.51 | 0.44 |
| Hex | A8 | 43 | 37 | 0 | 3C | 43 | 22 | 6 | 33 | 2C |
| Octal | 250 | 103 | 67 | 0 | 74 | 103 | 42 | 6 | 63 | 54 |
| Binary | 10101000 | 1000011 | 110111 | 0 | 111100 | 1000011 | 100010 | 110 | 110011 | 101100 |
Color Harmonies of #A84337
Complementary color
Monochromatic Colors of #A84337
Black with #A84337
Text Example
Text Example
White with #A84337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84337; }
p { color: rgb(168,67,55); }
H1.HeaderClassName
{
color: #A84337;
}
.AnyTagClassName
{
color: #A84337;
}
</style>
background-color css
<style>
a { background-color: #A84337; }
a { background-color: rgb(168,67,55); }
div.DivClassName
{
background-color: #A84337;
}
.BgClassName
{
background-color: #A84337;
}
</style>
border-color css
<style>
span { border-color: #A84337; }
span { border-color: rgb(168,67,55); }
td.TdClassName
{
border-color: #A84337;
}
.TagClassName
{
border-color: #A84337;
}
</style>