Shades of Medium Carmine #A94937
Tints of Medium Carmine #A94937
RGB
CMYK
RGB Variations
Color information
#A94937 (or 0xA94937) is known color: Medium Carmine. HEX triplet: A9, 49 and 37. RGB value is (169,73,55). Sum of RGB (Red+Green+Blue) = 169+73+55=297 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.90% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 55 (21.88% from 255 or 18.52% from 297); Max value from RGB is 169 - color contains mainly: red. Hex color #A94937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94937 is #56B6C8. Grayscale: #636363. Windows color (decimal): -5682889 or 3623337. OLE color: 3623337.
HSL color Cylindrical-coordinate representation of color #A94937: 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.67%. Process color model (Four color, CMYK) of #A94937 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 73 | 55 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.34 |
| HSL | 9.47º | 0.51% | 0.44% | - |
| HSV(B) | 9.47º | 0.67% | 0.66% | - |
| XYZ | 19.43 | 13.48 | 5.19 | - |
| YUV | 99.65 | 102.8 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 73 | 55 | 0 | 0.57 | 0.67 | 0.34 | 9.47 | 0.51 | 0.44 |
| Hex | A9 | 49 | 37 | 0 | 39 | 43 | 22 | 9 | 33 | 2C |
| Octal | 251 | 111 | 67 | 0 | 71 | 103 | 42 | 11 | 63 | 54 |
| Binary | 10101001 | 1001001 | 110111 | 0 | 111001 | 1000011 | 100010 | 1001 | 110011 | 101100 |
Color Harmonies of #A94937
Complementary color
Monochromatic Colors of #A94937
Black with #A94937
Text Example
Text Example
White with #A94937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94937; }
p { color: rgb(169,73,55); }
H1.HeaderClassName
{
color: #A94937;
}
.AnyTagClassName
{
color: #A94937;
}
</style>
background-color css
<style>
a { background-color: #A94937; }
a { background-color: rgb(169,73,55); }
div.DivClassName
{
background-color: #A94937;
}
.BgClassName
{
background-color: #A94937;
}
</style>
border-color css
<style>
span { border-color: #A94937; }
span { border-color: rgb(169,73,55); }
td.TdClassName
{
border-color: #A94937;
}
.TagClassName
{
border-color: #A94937;
}
</style>