Shades of Medium Carmine #A73A2C
Tints of Medium Carmine #A73A2C
RGB
CMYK
RGB Variations
Color information
#A73A2C (or 0xA73A2C) is known color: Medium Carmine. HEX triplet: A7, 3A and 2C. RGB value is (167,58,44). Sum of RGB (Red+Green+Blue) = 167+58+44=269 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.08% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 167 - color contains mainly: red. Hex color #A73A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73A2C is #58C5D3. Grayscale: #595959. Windows color (decimal): -5817812 or 2898599. OLE color: 2898599.
HSL color Cylindrical-coordinate representation of color #A73A2C: hue angle of 6.83º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A73A2C is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 58 | 44 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.35 |
| HSL | 6.83º | 0.58% | 0.41% | - |
| HSV(B) | 6.83º | 0.74% | 0.65% | - |
| XYZ | 17.9 | 11.42 | 3.64 | - |
| YUV | 89 | 102.61 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 58 | 44 | 0 | 0.65 | 0.74 | 0.35 | 6.83 | 0.58 | 0.41 |
| Hex | A7 | 3A | 2C | 0 | 41 | 4A | 23 | 7 | 3A | 29 |
| Octal | 247 | 72 | 54 | 0 | 101 | 112 | 43 | 7 | 72 | 51 |
| Binary | 10100111 | 111010 | 101100 | 0 | 1000001 | 1001010 | 100011 | 111 | 111010 | 101001 |
Color Harmonies of #A73A2C
Complementary color
Monochromatic Colors of #A73A2C
Black with #A73A2C
Text Example
Text Example
White with #A73A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73A2C; }
p { color: rgb(167,58,44); }
H1.HeaderClassName
{
color: #A73A2C;
}
.AnyTagClassName
{
color: #A73A2C;
}
</style>
background-color css
<style>
a { background-color: #A73A2C; }
a { background-color: rgb(167,58,44); }
div.DivClassName
{
background-color: #A73A2C;
}
.BgClassName
{
background-color: #A73A2C;
}
</style>
border-color css
<style>
span { border-color: #A73A2C; }
span { border-color: rgb(167,58,44); }
td.TdClassName
{
border-color: #A73A2C;
}
.TagClassName
{
border-color: #A73A2C;
}
</style>