Shades of Medium Carmine #A73932
Tints of Medium Carmine #A73932
RGB
CMYK
RGB Variations
Color information
#A73932 (or 0xA73932) is known color: Medium Carmine. HEX triplet: A7, 39 and 32. RGB value is (167,57,50). Sum of RGB (Red+Green+Blue) = 167+57+50=274 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.95% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 167 - color contains mainly: red. Hex color #A73932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73932 is #58C6CD. Grayscale: #595959. Windows color (decimal): -5818062 or 3291559. OLE color: 3291559.
HSL color Cylindrical-coordinate representation of color #A73932: hue angle of 3.59º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A73932 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 57 | 50 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.35 |
| HSL | 3.59º | 0.54% | 0.43% | - |
| HSV(B) | 3.59º | 0.7% | 0.65% | - |
| XYZ | 17.98 | 11.37 | 4.27 | - |
| YUV | 89.09 | 105.94 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 57 | 50 | 0 | 0.66 | 0.70 | 0.35 | 3.59 | 0.54 | 0.43 |
| Hex | A7 | 39 | 32 | 0 | 42 | 46 | 23 | 4 | 36 | 2B |
| Octal | 247 | 71 | 62 | 0 | 102 | 106 | 43 | 4 | 66 | 53 |
| Binary | 10100111 | 111001 | 110010 | 0 | 1000010 | 1000110 | 100011 | 100 | 110110 | 101011 |
Color Harmonies of #A73932
Complementary color
Monochromatic Colors of #A73932
Black with #A73932
Text Example
Text Example
White with #A73932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73932; }
p { color: rgb(167,57,50); }
H1.HeaderClassName
{
color: #A73932;
}
.AnyTagClassName
{
color: #A73932;
}
</style>
background-color css
<style>
a { background-color: #A73932; }
a { background-color: rgb(167,57,50); }
div.DivClassName
{
background-color: #A73932;
}
.BgClassName
{
background-color: #A73932;
}
</style>
border-color css
<style>
span { border-color: #A73932; }
span { border-color: rgb(167,57,50); }
td.TdClassName
{
border-color: #A73932;
}
.TagClassName
{
border-color: #A73932;
}
</style>