Shades of Medium Carmine #A84230
Tints of Medium Carmine #A84230
RGB
CMYK
RGB Variations
Color information
#A84230 (or 0xA84230) is known color: Medium Carmine. HEX triplet: A8, 42 and 30. RGB value is (168,66,48). Sum of RGB (Red+Green+Blue) = 168+66+48=282 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.57% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 168 - color contains mainly: red. Hex color #A84230 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84230 is #57BDCF. Grayscale: #5E5E5E. Windows color (decimal): -5750224 or 3162792. OLE color: 3162792.
HSL color Cylindrical-coordinate representation of color #A84230: hue angle of 9º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A84230 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 66 | 48 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.34 |
| HSL | 9º | 0.56% | 0.42% | - |
| HSV(B) | 9º | 0.71% | 0.66% | - |
| XYZ | 18.63 | 12.43 | 4.21 | - |
| YUV | 94.45 | 101.79 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 66 | 48 | 0 | 0.61 | 0.71 | 0.34 | 9 | 0.56 | 0.42 |
| Hex | A8 | 42 | 30 | 0 | 3D | 47 | 22 | 9 | 38 | 2A |
| Octal | 250 | 102 | 60 | 0 | 75 | 107 | 42 | 11 | 70 | 52 |
| Binary | 10101000 | 1000010 | 110000 | 0 | 111101 | 1000111 | 100010 | 1001 | 111000 | 101010 |
Color Harmonies of #A84230
Complementary color
Monochromatic Colors of #A84230
Black with #A84230
Text Example
Text Example
White with #A84230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84230; }
p { color: rgb(168,66,48); }
H1.HeaderClassName
{
color: #A84230;
}
.AnyTagClassName
{
color: #A84230;
}
</style>
background-color css
<style>
a { background-color: #A84230; }
a { background-color: rgb(168,66,48); }
div.DivClassName
{
background-color: #A84230;
}
.BgClassName
{
background-color: #A84230;
}
</style>
border-color css
<style>
span { border-color: #A84230; }
span { border-color: rgb(168,66,48); }
td.TdClassName
{
border-color: #A84230;
}
.TagClassName
{
border-color: #A84230;
}
</style>