Shades of Carmine #A50516
Tints of Carmine #A50516
RGB
CMYK
RGB Variations
Color information
#A50516 (or 0xA50516) is known color: Carmine. HEX triplet: A5, 05 and 16. RGB value is (165,5,22). Sum of RGB (Red+Green+Blue) = 165+5+22=192 (25% of max value = 765). Red value is 165 (64.84% from 255 or 85.94% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 165 - color contains mainly: red. Hex color #A50516 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50516 is #5AFAE9. Grayscale: #363636. Windows color (decimal): -5962474 or 1443237. OLE color: 1443237.
HSL color Cylindrical-coordinate representation of color #A50516: hue angle of 353.62º 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 #A50516 is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 5 | 22 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.35 |
| HSL | 353.63º | 0.94% | 0.33% | - |
| HSV(B) | 353.63º | 0.97% | 0.65% | - |
| XYZ | 15.72 | 8.17 | 1.51 | - |
| YUV | 54.78 | 109.51 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 5 | 22 | 0 | 0.97 | 0.87 | 0.35 | 353.63 | 0.94 | 0.33 |
| Hex | A5 | 5 | 16 | 0 | 61 | 57 | 23 | 162 | 5E | 21 |
| Octal | 245 | 5 | 26 | 0 | 141 | 127 | 43 | 542 | 136 | 41 |
| Binary | 10100101 | 101 | 10110 | 0 | 1100001 | 1010111 | 100011 | 101100010 | 1011110 | 100001 |
Color Harmonies of #A50516
Complementary color
Monochromatic Colors of #A50516
Black with #A50516
Text Example
Text Example
White with #A50516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50516; }
p { color: rgb(165,5,22); }
H1.HeaderClassName
{
color: #A50516;
}
.AnyTagClassName
{
color: #A50516;
}
</style>
background-color css
<style>
a { background-color: #A50516; }
a { background-color: rgb(165,5,22); }
div.DivClassName
{
background-color: #A50516;
}
.BgClassName
{
background-color: #A50516;
}
</style>
border-color css
<style>
span { border-color: #A50516; }
span { border-color: rgb(165,5,22); }
td.TdClassName
{
border-color: #A50516;
}
.TagClassName
{
border-color: #A50516;
}
</style>