Shades of Medium Carmine #A84135
Tints of Medium Carmine #A84135
RGB
CMYK
RGB Variations
Color information
#A84135 (or 0xA84135) is known color: Medium Carmine. HEX triplet: A8, 41 and 35. RGB value is (168,65,53). Sum of RGB (Red+Green+Blue) = 168+65+53=286 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.74% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 168 - color contains mainly: red. Hex color #A84135 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84135 is #57BECA. Grayscale: #5E5E5E. Windows color (decimal): -5750475 or 3490216. OLE color: 3490216.
HSL color Cylindrical-coordinate representation of color #A84135: hue angle of 6.26º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A84135 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 65 | 53 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.34 |
| HSL | 6.26º | 0.52% | 0.43% | - |
| HSV(B) | 6.26º | 0.68% | 0.66% | - |
| XYZ | 18.68 | 12.36 | 4.77 | - |
| YUV | 94.43 | 104.62 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 53 | 0 | 0.61 | 0.68 | 0.34 | 6.26 | 0.52 | 0.43 |
| Hex | A8 | 41 | 35 | 0 | 3D | 44 | 22 | 6 | 34 | 2B |
| Octal | 250 | 101 | 65 | 0 | 75 | 104 | 42 | 6 | 64 | 53 |
| Binary | 10101000 | 1000001 | 110101 | 0 | 111101 | 1000100 | 100010 | 110 | 110100 | 101011 |
Color Harmonies of #A84135
Complementary color
Monochromatic Colors of #A84135
Black with #A84135
Text Example
Text Example
White with #A84135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84135; }
p { color: rgb(168,65,53); }
H1.HeaderClassName
{
color: #A84135;
}
.AnyTagClassName
{
color: #A84135;
}
</style>
background-color css
<style>
a { background-color: #A84135; }
a { background-color: rgb(168,65,53); }
div.DivClassName
{
background-color: #A84135;
}
.BgClassName
{
background-color: #A84135;
}
</style>
border-color css
<style>
span { border-color: #A84135; }
span { border-color: rgb(168,65,53); }
td.TdClassName
{
border-color: #A84135;
}
.TagClassName
{
border-color: #A84135;
}
</style>