Shades of Medium Carmine #A84132
Tints of Medium Carmine #A84132
RGB
CMYK
RGB Variations
Color information
#A84132 (or 0xA84132) is known color: Medium Carmine. HEX triplet: A8, 41 and 32. RGB value is (168,65,50). Sum of RGB (Red+Green+Blue) = 168+65+50=283 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.36% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 168 - color contains mainly: red. Hex color #A84132 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84132 is #57BECD. Grayscale: #5E5E5E. Windows color (decimal): -5750478 or 3293608. OLE color: 3293608.
HSL color Cylindrical-coordinate representation of color #A84132: hue angle of 7.63º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A84132 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 65 | 50 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.34 |
| HSL | 7.63º | 0.54% | 0.43% | - |
| HSV(B) | 7.63º | 0.7% | 0.66% | - |
| XYZ | 18.61 | 12.34 | 4.42 | - |
| YUV | 94.09 | 103.12 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 50 | 0 | 0.61 | 0.70 | 0.34 | 7.63 | 0.54 | 0.43 |
| Hex | A8 | 41 | 32 | 0 | 3D | 46 | 22 | 8 | 36 | 2B |
| Octal | 250 | 101 | 62 | 0 | 75 | 106 | 42 | 10 | 66 | 53 |
| Binary | 10101000 | 1000001 | 110010 | 0 | 111101 | 1000110 | 100010 | 1000 | 110110 | 101011 |
Color Harmonies of #A84132
Complementary color
Monochromatic Colors of #A84132
Black with #A84132
Text Example
Text Example
White with #A84132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84132; }
p { color: rgb(168,65,50); }
H1.HeaderClassName
{
color: #A84132;
}
.AnyTagClassName
{
color: #A84132;
}
</style>
background-color css
<style>
a { background-color: #A84132; }
a { background-color: rgb(168,65,50); }
div.DivClassName
{
background-color: #A84132;
}
.BgClassName
{
background-color: #A84132;
}
</style>
border-color css
<style>
span { border-color: #A84132; }
span { border-color: rgb(168,65,50); }
td.TdClassName
{
border-color: #A84132;
}
.TagClassName
{
border-color: #A84132;
}
</style>