Shades of Carmine #A50539
Tints of Carmine #A50539
RGB
CMYK
RGB Variations
Color information
#A50539 (or 0xA50539) is known color: Carmine. HEX triplet: A5, 05 and 39. RGB value is (165,5,57). Sum of RGB (Red+Green+Blue) = 165+5+57=227 (30% of max value = 765). Red value is 165 (64.84% from 255 or 72.69% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 57 (22.66% from 255 or 25.11% from 227); Max value from RGB is 165 - color contains mainly: red. Hex color #A50539 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50539 is #5AFAC6. Grayscale: #3A3A3A. Windows color (decimal): -5962439 or 3736997. OLE color: 3736997.
HSL color Cylindrical-coordinate representation of color #A50539: hue angle of 340.5º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A50539 is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 5 | 57 | - |
| CMYK | 0 | 0.97 | 0.65 | 0.35 |
| HSL | 340.5º | 0.94% | 0.33% | - |
| HSV(B) | 340.5º | 0.97% | 0.65% | - |
| XYZ | 16.31 | 8.4 | 4.63 | - |
| YUV | 58.77 | 127.01 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 5 | 57 | 0 | 0.97 | 0.65 | 0.35 | 340.5 | 0.94 | 0.33 |
| Hex | A5 | 5 | 39 | 0 | 61 | 41 | 23 | 154 | 5E | 21 |
| Octal | 245 | 5 | 71 | 0 | 141 | 101 | 43 | 524 | 136 | 41 |
| Binary | 10100101 | 101 | 111001 | 0 | 1100001 | 1000001 | 100011 | 101010100 | 1011110 | 100001 |
Color Harmonies of #A50539
Complementary color
Monochromatic Colors of #A50539
Black with #A50539
Text Example
Text Example
White with #A50539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50539; }
p { color: rgb(165,5,57); }
H1.HeaderClassName
{
color: #A50539;
}
.AnyTagClassName
{
color: #A50539;
}
</style>
background-color css
<style>
a { background-color: #A50539; }
a { background-color: rgb(165,5,57); }
div.DivClassName
{
background-color: #A50539;
}
.BgClassName
{
background-color: #A50539;
}
</style>
border-color css
<style>
span { border-color: #A50539; }
span { border-color: rgb(165,5,57); }
td.TdClassName
{
border-color: #A50539;
}
.TagClassName
{
border-color: #A50539;
}
</style>