Shades of Medium Carmine #A74637
Tints of Medium Carmine #A74637
RGB
CMYK
RGB Variations
Color information
#A74637 (or 0xA74637) is known color: Medium Carmine. HEX triplet: A7, 46 and 37. RGB value is (167,70,55). Sum of RGB (Red+Green+Blue) = 167+70+55=292 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.19% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 55 (21.88% from 255 or 18.84% from 292); Max value from RGB is 167 - color contains mainly: red. Hex color #A74637 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74637 is #58B9C8. Grayscale: #616161. Windows color (decimal): -5814729 or 3622567. OLE color: 3622567.
HSL color Cylindrical-coordinate representation of color #A74637: hue angle of 8.04º 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 #A74637 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 70 | 55 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.35 |
| HSL | 8.04º | 0.5% | 0.44% | - |
| HSV(B) | 8.04º | 0.67% | 0.65% | - |
| XYZ | 18.82 | 12.87 | 5.11 | - |
| YUV | 97.29 | 104.14 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 70 | 55 | 0 | 0.58 | 0.67 | 0.35 | 8.04 | 0.5 | 0.44 |
| Hex | A7 | 46 | 37 | 0 | 3A | 43 | 23 | 8 | 32 | 2C |
| Octal | 247 | 106 | 67 | 0 | 72 | 103 | 43 | 10 | 62 | 54 |
| Binary | 10100111 | 1000110 | 110111 | 0 | 111010 | 1000011 | 100011 | 1000 | 110010 | 101100 |
Color Harmonies of #A74637
Complementary color
Monochromatic Colors of #A74637
Black with #A74637
Text Example
Text Example
White with #A74637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74637; }
p { color: rgb(167,70,55); }
H1.HeaderClassName
{
color: #A74637;
}
.AnyTagClassName
{
color: #A74637;
}
</style>
background-color css
<style>
a { background-color: #A74637; }
a { background-color: rgb(167,70,55); }
div.DivClassName
{
background-color: #A74637;
}
.BgClassName
{
background-color: #A74637;
}
</style>
border-color css
<style>
span { border-color: #A74637; }
span { border-color: rgb(167,70,55); }
td.TdClassName
{
border-color: #A74637;
}
.TagClassName
{
border-color: #A74637;
}
</style>