Shades of Medium Carmine #A93837
Tints of Medium Carmine #A93837
RGB
CMYK
RGB Variations
Color information
#A93837 (or 0xA93837) is known color: Medium Carmine. HEX triplet: A9, 38 and 37. RGB value is (169,56,55). Sum of RGB (Red+Green+Blue) = 169+56+55=280 (37% of max value = 765). Red value is 169 (66.41% from 255 or 60.36% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 55 (21.88% from 255 or 19.64% from 280); Max value from RGB is 169 - color contains mainly: red. Hex color #A93837 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93837 is #56C7C8. Grayscale: #595959. Windows color (decimal): -5687241 or 3618985. OLE color: 3618985.
HSL color Cylindrical-coordinate representation of color #A93837: hue angle of 0.53º 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 #A93837 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 56 | 55 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.34 |
| HSL | 0.53º | 0.51% | 0.44% | - |
| HSV(B) | 0.53º | 0.67% | 0.66% | - |
| XYZ | 18.47 | 11.54 | 4.87 | - |
| YUV | 89.67 | 108.44 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 56 | 55 | 0 | 0.67 | 0.67 | 0.34 | 0.53 | 0.51 | 0.44 |
| Hex | A9 | 38 | 37 | 0 | 43 | 43 | 22 | 1 | 33 | 2C |
| Octal | 251 | 70 | 67 | 0 | 103 | 103 | 42 | 1 | 63 | 54 |
| Binary | 10101001 | 111000 | 110111 | 0 | 1000011 | 1000011 | 100010 | 1 | 110011 | 101100 |
Color Harmonies of #A93837
Complementary color
Monochromatic Colors of #A93837
Black with #A93837
Text Example
Text Example
White with #A93837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93837; }
p { color: rgb(169,56,55); }
H1.HeaderClassName
{
color: #A93837;
}
.AnyTagClassName
{
color: #A93837;
}
</style>
background-color css
<style>
a { background-color: #A93837; }
a { background-color: rgb(169,56,55); }
div.DivClassName
{
background-color: #A93837;
}
.BgClassName
{
background-color: #A93837;
}
</style>
border-color css
<style>
span { border-color: #A93837; }
span { border-color: rgb(169,56,55); }
td.TdClassName
{
border-color: #A93837;
}
.TagClassName
{
border-color: #A93837;
}
</style>