Shades of Medium Carmine #A84131
Tints of Medium Carmine #A84131
RGB
CMYK
RGB Variations
Color information
#A84131 (or 0xA84131) is known color: Medium Carmine. HEX triplet: A8, 41 and 31. RGB value is (168,65,49). Sum of RGB (Red+Green+Blue) = 168+65+49=282 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.57% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 168 - color contains mainly: red. Hex color #A84131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84131 is #57BECE. Grayscale: #5E5E5E. Windows color (decimal): -5750479 or 3228072. OLE color: 3228072.
HSL color Cylindrical-coordinate representation of color #A84131: hue angle of 8.07º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A84131 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 65 | 49 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.34 |
| HSL | 8.07º | 0.55% | 0.43% | - |
| HSV(B) | 8.07º | 0.71% | 0.66% | - |
| XYZ | 18.59 | 12.33 | 4.31 | - |
| YUV | 93.97 | 102.62 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 49 | 0 | 0.61 | 0.71 | 0.34 | 8.07 | 0.55 | 0.43 |
| Hex | A8 | 41 | 31 | 0 | 3D | 47 | 22 | 8 | 37 | 2B |
| Octal | 250 | 101 | 61 | 0 | 75 | 107 | 42 | 10 | 67 | 53 |
| Binary | 10101000 | 1000001 | 110001 | 0 | 111101 | 1000111 | 100010 | 1000 | 110111 | 101011 |
Color Harmonies of #A84131
Complementary color
Monochromatic Colors of #A84131
Black with #A84131
Text Example
Text Example
White with #A84131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84131; }
p { color: rgb(168,65,49); }
H1.HeaderClassName
{
color: #A84131;
}
.AnyTagClassName
{
color: #A84131;
}
</style>
background-color css
<style>
a { background-color: #A84131; }
a { background-color: rgb(168,65,49); }
div.DivClassName
{
background-color: #A84131;
}
.BgClassName
{
background-color: #A84131;
}
</style>
border-color css
<style>
span { border-color: #A84131; }
span { border-color: rgb(168,65,49); }
td.TdClassName
{
border-color: #A84131;
}
.TagClassName
{
border-color: #A84131;
}
</style>