Shades of Medium Carmine #A84232
Tints of Medium Carmine #A84232
RGB
CMYK
RGB Variations
Color information
#A84232 (or 0xA84232) is known color: Medium Carmine. HEX triplet: A8, 42 and 32. RGB value is (168,66,50). Sum of RGB (Red+Green+Blue) = 168+66+50=284 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.15% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 168 - color contains mainly: red. Hex color #A84232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84232 is #57BDCD. Grayscale: #5E5E5E. Windows color (decimal): -5750222 or 3293864. OLE color: 3293864.
HSL color Cylindrical-coordinate representation of color #A84232: hue angle of 8.14º 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 #A84232 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 66 | 50 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.34 |
| HSL | 8.14º | 0.54% | 0.43% | - |
| HSV(B) | 8.14º | 0.7% | 0.66% | - |
| XYZ | 18.67 | 12.45 | 4.44 | - |
| YUV | 94.67 | 102.79 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 66 | 50 | 0 | 0.61 | 0.70 | 0.34 | 8.14 | 0.54 | 0.43 |
| Hex | A8 | 42 | 32 | 0 | 3D | 46 | 22 | 8 | 36 | 2B |
| Octal | 250 | 102 | 62 | 0 | 75 | 106 | 42 | 10 | 66 | 53 |
| Binary | 10101000 | 1000010 | 110010 | 0 | 111101 | 1000110 | 100010 | 1000 | 110110 | 101011 |
Color Harmonies of #A84232
Complementary color
Monochromatic Colors of #A84232
Black with #A84232
Text Example
Text Example
White with #A84232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84232; }
p { color: rgb(168,66,50); }
H1.HeaderClassName
{
color: #A84232;
}
.AnyTagClassName
{
color: #A84232;
}
</style>
background-color css
<style>
a { background-color: #A84232; }
a { background-color: rgb(168,66,50); }
div.DivClassName
{
background-color: #A84232;
}
.BgClassName
{
background-color: #A84232;
}
</style>
border-color css
<style>
span { border-color: #A84232; }
span { border-color: rgb(168,66,50); }
td.TdClassName
{
border-color: #A84232;
}
.TagClassName
{
border-color: #A84232;
}
</style>