Shades of Medium Carmine #A74037
Tints of Medium Carmine #A74037
RGB
CMYK
RGB Variations
Color information
#A74037 (or 0xA74037) is known color: Medium Carmine. HEX triplet: A7, 40 and 37. RGB value is (167,64,55). Sum of RGB (Red+Green+Blue) = 167+64+55=286 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.39% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 55 (21.88% from 255 or 19.23% from 286); Max value from RGB is 167 - color contains mainly: red. Hex color #A74037 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74037 is #58BFC8. Grayscale: #5D5D5D. Windows color (decimal): -5816265 or 3621031. OLE color: 3621031.
HSL color Cylindrical-coordinate representation of color #A74037: hue angle of 4.82º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A74037 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 64 | 55 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.35 |
| HSL | 4.82º | 0.5% | 0.44% | - |
| HSV(B) | 4.82º | 0.67% | 0.65% | - |
| XYZ | 18.46 | 12.16 | 4.99 | - |
| YUV | 93.77 | 106.12 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 64 | 55 | 0 | 0.62 | 0.67 | 0.35 | 4.82 | 0.5 | 0.44 |
| Hex | A7 | 40 | 37 | 0 | 3E | 43 | 23 | 5 | 32 | 2C |
| Octal | 247 | 100 | 67 | 0 | 76 | 103 | 43 | 5 | 62 | 54 |
| Binary | 10100111 | 1000000 | 110111 | 0 | 111110 | 1000011 | 100011 | 101 | 110010 | 101100 |
Color Harmonies of #A74037
Complementary color
Monochromatic Colors of #A74037
Black with #A74037
Text Example
Text Example
White with #A74037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74037; }
p { color: rgb(167,64,55); }
H1.HeaderClassName
{
color: #A74037;
}
.AnyTagClassName
{
color: #A74037;
}
</style>
background-color css
<style>
a { background-color: #A74037; }
a { background-color: rgb(167,64,55); }
div.DivClassName
{
background-color: #A74037;
}
.BgClassName
{
background-color: #A74037;
}
</style>
border-color css
<style>
span { border-color: #A74037; }
span { border-color: rgb(167,64,55); }
td.TdClassName
{
border-color: #A74037;
}
.TagClassName
{
border-color: #A74037;
}
</style>