Shades of Medium Carmine #A74239
Tints of Medium Carmine #A74239
RGB
CMYK
RGB Variations
Color information
#A74239 (or 0xA74239) is known color: Medium Carmine. HEX triplet: A7, 42 and 39. RGB value is (167,66,57). Sum of RGB (Red+Green+Blue) = 167+66+57=290 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.59% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 57 (22.66% from 255 or 19.66% from 290); Max value from RGB is 167 - color contains mainly: red. Hex color #A74239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74239 is #58BDC6. Grayscale: #5F5F5F. Windows color (decimal): -5815751 or 3752615. OLE color: 3752615.
HSL color Cylindrical-coordinate representation of color #A74239: hue angle of 4.91º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A74239 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 66 | 57 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.35 |
| HSL | 4.91º | 0.49% | 0.44% | - |
| HSV(B) | 4.91º | 0.66% | 0.65% | - |
| XYZ | 18.62 | 12.41 | 5.28 | - |
| YUV | 95.17 | 106.46 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 66 | 57 | 0 | 0.60 | 0.66 | 0.35 | 4.91 | 0.49 | 0.44 |
| Hex | A7 | 42 | 39 | 0 | 3C | 42 | 23 | 5 | 31 | 2C |
| Octal | 247 | 102 | 71 | 0 | 74 | 102 | 43 | 5 | 61 | 54 |
| Binary | 10100111 | 1000010 | 111001 | 0 | 111100 | 1000010 | 100011 | 101 | 110001 | 101100 |
Color Harmonies of #A74239
Complementary color
Monochromatic Colors of #A74239
Black with #A74239
Text Example
Text Example
White with #A74239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74239; }
p { color: rgb(167,66,57); }
H1.HeaderClassName
{
color: #A74239;
}
.AnyTagClassName
{
color: #A74239;
}
</style>
background-color css
<style>
a { background-color: #A74239; }
a { background-color: rgb(167,66,57); }
div.DivClassName
{
background-color: #A74239;
}
.BgClassName
{
background-color: #A74239;
}
</style>
border-color css
<style>
span { border-color: #A74239; }
span { border-color: rgb(167,66,57); }
td.TdClassName
{
border-color: #A74239;
}
.TagClassName
{
border-color: #A74239;
}
</style>