Shades of Medium Carmine #A73B2F
Tints of Medium Carmine #A73B2F
RGB
CMYK
RGB Variations
Color information
#A73B2F (or 0xA73B2F) is known color: Medium Carmine. HEX triplet: A7, 3B and 2F. RGB value is (167,59,47). Sum of RGB (Red+Green+Blue) = 167+59+47=273 (36% of max value = 765). Red value is 167 (65.62% from 255 or 61.17% from 273); Green value is 59 (23.44% from 255 or 21.61% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 167 - color contains mainly: red. Hex color #A73B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73B2F is #58C4D0. Grayscale: #5A5A5A. Windows color (decimal): -5817553 or 3095463. OLE color: 3095463.
HSL color Cylindrical-coordinate representation of color #A73B2F: hue angle of 6º 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 #A73B2F is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 59 | 47 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.35 |
| HSL | 6º | 0.56% | 0.42% | - |
| HSV(B) | 6º | 0.72% | 0.65% | - |
| XYZ | 18.01 | 11.55 | 3.97 | - |
| YUV | 89.92 | 103.78 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 59 | 47 | 0 | 0.65 | 0.72 | 0.35 | 6 | 0.56 | 0.42 |
| Hex | A7 | 3B | 2F | 0 | 41 | 48 | 23 | 6 | 38 | 2A |
| Octal | 247 | 73 | 57 | 0 | 101 | 110 | 43 | 6 | 70 | 52 |
| Binary | 10100111 | 111011 | 101111 | 0 | 1000001 | 1001000 | 100011 | 110 | 111000 | 101010 |
Color Harmonies of #A73B2F
Complementary color
Monochromatic Colors of #A73B2F
Black with #A73B2F
Text Example
Text Example
White with #A73B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73B2F; }
p { color: rgb(167,59,47); }
H1.HeaderClassName
{
color: #A73B2F;
}
.AnyTagClassName
{
color: #A73B2F;
}
</style>
background-color css
<style>
a { background-color: #A73B2F; }
a { background-color: rgb(167,59,47); }
div.DivClassName
{
background-color: #A73B2F;
}
.BgClassName
{
background-color: #A73B2F;
}
</style>
border-color css
<style>
span { border-color: #A73B2F; }
span { border-color: rgb(167,59,47); }
td.TdClassName
{
border-color: #A73B2F;
}
.TagClassName
{
border-color: #A73B2F;
}
</style>