Shades of Carmine #A50A2E
Tints of Carmine #A50A2E
RGB
CMYK
RGB Variations
Color information
#A50A2E (or 0xA50A2E) is known color: Carmine. HEX triplet: A5, 0A and 2E. RGB value is (165,10,46). Sum of RGB (Red+Green+Blue) = 165+10+46=221 (29% of max value = 765). Red value is 165 (64.84% from 255 or 74.66% from 221); Green value is 10 (4.30% from 255 or 4.52% from 221); Blue value is 46 (18.36% from 255 or 20.81% from 221); Max value from RGB is 165 - color contains mainly: red. Hex color #A50A2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50A2E is #5AF5D1. Grayscale: #3C3C3C. Windows color (decimal): -5961170 or 3017381. OLE color: 3017381.
HSL color Cylindrical-coordinate representation of color #A50A2E: hue angle of 346.06º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50A2E is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 10 | 46 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.35 |
| HSL | 346.06º | 0.89% | 0.34% | - |
| HSV(B) | 346.06º | 0.94% | 0.65% | - |
| XYZ | 16.12 | 8.41 | 3.36 | - |
| YUV | 60.45 | 119.85 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 10 | 46 | 0 | 0.94 | 0.72 | 0.35 | 346.06 | 0.89 | 0.34 |
| Hex | A5 | A | 2E | 0 | 5E | 48 | 23 | 15A | 59 | 22 |
| Octal | 245 | 12 | 56 | 0 | 136 | 110 | 43 | 532 | 131 | 42 |
| Binary | 10100101 | 1010 | 101110 | 0 | 1011110 | 1001000 | 100011 | 101011010 | 1011001 | 100010 |
Color Harmonies of #A50A2E
Complementary color
Monochromatic Colors of #A50A2E
Black with #A50A2E
Text Example
Text Example
White with #A50A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50A2E; }
p { color: rgb(165,10,46); }
H1.HeaderClassName
{
color: #A50A2E;
}
.AnyTagClassName
{
color: #A50A2E;
}
</style>
background-color css
<style>
a { background-color: #A50A2E; }
a { background-color: rgb(165,10,46); }
div.DivClassName
{
background-color: #A50A2E;
}
.BgClassName
{
background-color: #A50A2E;
}
</style>
border-color css
<style>
span { border-color: #A50A2E; }
span { border-color: rgb(165,10,46); }
td.TdClassName
{
border-color: #A50A2E;
}
.TagClassName
{
border-color: #A50A2E;
}
</style>