Shades of Medium Carmine #A73C37
Tints of Medium Carmine #A73C37
RGB
CMYK
RGB Variations
Color information
#A73C37 (or 0xA73C37) is known color: Medium Carmine. HEX triplet: A7, 3C and 37. RGB value is (167,60,55). Sum of RGB (Red+Green+Blue) = 167+60+55=282 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.22% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 167 - color contains mainly: red. Hex color #A73C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73C37 is #58C3C8. Grayscale: #5B5B5B. Windows color (decimal): -5817289 or 3620007. OLE color: 3620007.
HSL color Cylindrical-coordinate representation of color #A73C37: hue angle of 2.68º 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 #A73C37 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 60 | 55 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.35 |
| HSL | 2.68º | 0.5% | 0.44% | - |
| HSV(B) | 2.68º | 0.67% | 0.65% | - |
| XYZ | 18.24 | 11.72 | 4.92 | - |
| YUV | 91.42 | 107.45 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 60 | 55 | 0 | 0.64 | 0.67 | 0.35 | 2.68 | 0.5 | 0.44 |
| Hex | A7 | 3C | 37 | 0 | 40 | 43 | 23 | 3 | 32 | 2C |
| Octal | 247 | 74 | 67 | 0 | 100 | 103 | 43 | 3 | 62 | 54 |
| Binary | 10100111 | 111100 | 110111 | 0 | 1000000 | 1000011 | 100011 | 11 | 110010 | 101100 |
Color Harmonies of #A73C37
Complementary color
Monochromatic Colors of #A73C37
Black with #A73C37
Text Example
Text Example
White with #A73C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73C37; }
p { color: rgb(167,60,55); }
H1.HeaderClassName
{
color: #A73C37;
}
.AnyTagClassName
{
color: #A73C37;
}
</style>
background-color css
<style>
a { background-color: #A73C37; }
a { background-color: rgb(167,60,55); }
div.DivClassName
{
background-color: #A73C37;
}
.BgClassName
{
background-color: #A73C37;
}
</style>
border-color css
<style>
span { border-color: #A73C37; }
span { border-color: rgb(167,60,55); }
td.TdClassName
{
border-color: #A73C37;
}
.TagClassName
{
border-color: #A73C37;
}
</style>