Shades of Medium Carmine #A73C2F
Tints of Medium Carmine #A73C2F
RGB
CMYK
RGB Variations
Color information
#A73C2F (or 0xA73C2F) is known color: Medium Carmine. HEX triplet: A7, 3C and 2F. RGB value is (167,60,47). Sum of RGB (Red+Green+Blue) = 167+60+47=274 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.95% from 274); Green value is 60 (23.83% from 255 or 21.90% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 167 - color contains mainly: red. Hex color #A73C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73C2F is #58C3D0. Grayscale: #5A5A5A. Windows color (decimal): -5817297 or 3095719. OLE color: 3095719.
HSL color Cylindrical-coordinate representation of color #A73C2F: hue angle of 6.5º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A73C2F is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 60 | 47 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.35 |
| HSL | 6.5º | 0.56% | 0.42% | - |
| HSV(B) | 6.5º | 0.72% | 0.65% | - |
| XYZ | 18.07 | 11.65 | 3.99 | - |
| YUV | 90.51 | 103.45 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 60 | 47 | 0 | 0.64 | 0.72 | 0.35 | 6.5 | 0.56 | 0.42 |
| Hex | A7 | 3C | 2F | 0 | 40 | 48 | 23 | 6 | 38 | 2A |
| Octal | 247 | 74 | 57 | 0 | 100 | 110 | 43 | 6 | 70 | 52 |
| Binary | 10100111 | 111100 | 101111 | 0 | 1000000 | 1001000 | 100011 | 110 | 111000 | 101010 |
Color Harmonies of #A73C2F
Complementary color
Monochromatic Colors of #A73C2F
Black with #A73C2F
Text Example
Text Example
White with #A73C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73C2F; }
p { color: rgb(167,60,47); }
H1.HeaderClassName
{
color: #A73C2F;
}
.AnyTagClassName
{
color: #A73C2F;
}
</style>
background-color css
<style>
a { background-color: #A73C2F; }
a { background-color: rgb(167,60,47); }
div.DivClassName
{
background-color: #A73C2F;
}
.BgClassName
{
background-color: #A73C2F;
}
</style>
border-color css
<style>
span { border-color: #A73C2F; }
span { border-color: rgb(167,60,47); }
td.TdClassName
{
border-color: #A73C2F;
}
.TagClassName
{
border-color: #A73C2F;
}
</style>