Shades of Medium Carmine #A73F31
Tints of Medium Carmine #A73F31
RGB
CMYK
RGB Variations
Color information
#A73F31 (or 0xA73F31) is known color: Medium Carmine. HEX triplet: A7, 3F and 31. RGB value is (167,63,49). Sum of RGB (Red+Green+Blue) = 167+63+49=279 (36% of max value = 765). Red value is 167 (65.62% from 255 or 59.86% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 49 (19.53% from 255 or 17.56% from 279); Max value from RGB is 167 - color contains mainly: red. Hex color #A73F31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73F31 is #58C0CE. Grayscale: #5C5C5C. Windows color (decimal): -5816527 or 3227559. OLE color: 3227559.
HSL color Cylindrical-coordinate representation of color #A73F31: hue angle of 7.12º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A73F31 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 63 | 49 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.35 |
| HSL | 7.12º | 0.55% | 0.42% | - |
| HSV(B) | 7.12º | 0.71% | 0.65% | - |
| XYZ | 18.27 | 11.99 | 4.26 | - |
| YUV | 92.5 | 103.46 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 63 | 49 | 0 | 0.62 | 0.71 | 0.35 | 7.12 | 0.55 | 0.42 |
| Hex | A7 | 3F | 31 | 0 | 3E | 47 | 23 | 7 | 37 | 2A |
| Octal | 247 | 77 | 61 | 0 | 76 | 107 | 43 | 7 | 67 | 52 |
| Binary | 10100111 | 111111 | 110001 | 0 | 111110 | 1000111 | 100011 | 111 | 110111 | 101010 |
Color Harmonies of #A73F31
Complementary color
Monochromatic Colors of #A73F31
Black with #A73F31
Text Example
Text Example
White with #A73F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73F31; }
p { color: rgb(167,63,49); }
H1.HeaderClassName
{
color: #A73F31;
}
.AnyTagClassName
{
color: #A73F31;
}
</style>
background-color css
<style>
a { background-color: #A73F31; }
a { background-color: rgb(167,63,49); }
div.DivClassName
{
background-color: #A73F31;
}
.BgClassName
{
background-color: #A73F31;
}
</style>
border-color css
<style>
span { border-color: #A73F31; }
span { border-color: rgb(167,63,49); }
td.TdClassName
{
border-color: #A73F31;
}
.TagClassName
{
border-color: #A73F31;
}
</style>