Shades of Medium Carmine #A74532
Tints of Medium Carmine #A74532
RGB
CMYK
RGB Variations
Color information
#A74532 (or 0xA74532) is known color: Medium Carmine. HEX triplet: A7, 45 and 32. RGB value is (167,69,50). Sum of RGB (Red+Green+Blue) = 167+69+50=286 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.39% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 167 - color contains mainly: red. Hex color #A74532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74532 is #58BACD. Grayscale: #606060. Windows color (decimal): -5814990 or 3294631. OLE color: 3294631.
HSL color Cylindrical-coordinate representation of color #A74532: hue angle of 9.74º 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 #A74532 is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 69 | 50 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.35 |
| HSL | 9.74º | 0.54% | 0.43% | - |
| HSV(B) | 9.74º | 0.7% | 0.65% | - |
| XYZ | 18.64 | 12.7 | 4.49 | - |
| YUV | 96.14 | 101.97 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 69 | 50 | 0 | 0.59 | 0.70 | 0.35 | 9.74 | 0.54 | 0.43 |
| Hex | A7 | 45 | 32 | 0 | 3B | 46 | 23 | A | 36 | 2B |
| Octal | 247 | 105 | 62 | 0 | 73 | 106 | 43 | 12 | 66 | 53 |
| Binary | 10100111 | 1000101 | 110010 | 0 | 111011 | 1000110 | 100011 | 1010 | 110110 | 101011 |
Color Harmonies of #A74532
Complementary color
Monochromatic Colors of #A74532
Black with #A74532
Text Example
Text Example
White with #A74532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74532; }
p { color: rgb(167,69,50); }
H1.HeaderClassName
{
color: #A74532;
}
.AnyTagClassName
{
color: #A74532;
}
</style>
background-color css
<style>
a { background-color: #A74532; }
a { background-color: rgb(167,69,50); }
div.DivClassName
{
background-color: #A74532;
}
.BgClassName
{
background-color: #A74532;
}
</style>
border-color css
<style>
span { border-color: #A74532; }
span { border-color: rgb(167,69,50); }
td.TdClassName
{
border-color: #A74532;
}
.TagClassName
{
border-color: #A74532;
}
</style>