Shades of Carmine #A50517
Tints of Carmine #A50517
RGB
CMYK
RGB Variations
Color information
#A50517 (or 0xA50517) is known color: Carmine. HEX triplet: A5, 05 and 17. RGB value is (165,5,23). Sum of RGB (Red+Green+Blue) = 165+5+23=193 (25% of max value = 765). Red value is 165 (64.84% from 255 or 85.49% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 23 (9.38% from 255 or 11.92% from 193); Max value from RGB is 165 - color contains mainly: red. Hex color #A50517 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50517 is #5AFAE8. Grayscale: #363636. Windows color (decimal): -5962473 or 1508773. OLE color: 1508773.
HSL color Cylindrical-coordinate representation of color #A50517: hue angle of 353.25º 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 #A50517 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 5 | 23 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.35 |
| HSL | 353.25º | 0.94% | 0.33% | - |
| HSV(B) | 353.25º | 0.97% | 0.65% | - |
| XYZ | 15.73 | 8.17 | 1.56 | - |
| YUV | 54.89 | 110.01 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 5 | 23 | 0 | 0.97 | 0.86 | 0.35 | 353.25 | 0.94 | 0.33 |
| Hex | A5 | 5 | 17 | 0 | 61 | 56 | 23 | 161 | 5E | 21 |
| Octal | 245 | 5 | 27 | 0 | 141 | 126 | 43 | 541 | 136 | 41 |
| Binary | 10100101 | 101 | 10111 | 0 | 1100001 | 1010110 | 100011 | 101100001 | 1011110 | 100001 |
Color Harmonies of #A50517
Complementary color
Monochromatic Colors of #A50517
Black with #A50517
Text Example
Text Example
White with #A50517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50517; }
p { color: rgb(165,5,23); }
H1.HeaderClassName
{
color: #A50517;
}
.AnyTagClassName
{
color: #A50517;
}
</style>
background-color css
<style>
a { background-color: #A50517; }
a { background-color: rgb(165,5,23); }
div.DivClassName
{
background-color: #A50517;
}
.BgClassName
{
background-color: #A50517;
}
</style>
border-color css
<style>
span { border-color: #A50517; }
span { border-color: rgb(165,5,23); }
td.TdClassName
{
border-color: #A50517;
}
.TagClassName
{
border-color: #A50517;
}
</style>