Shades of Carmine #A50518
Tints of Carmine #A50518
RGB
CMYK
RGB Variations
Color information
#A50518 (or 0xA50518) is known color: Carmine. HEX triplet: A5, 05 and 18. RGB value is (165,5,24). Sum of RGB (Red+Green+Blue) = 165+5+24=194 (25% of max value = 765). Red value is 165 (64.84% from 255 or 85.05% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 24 (9.77% from 255 or 12.37% from 194); Max value from RGB is 165 - color contains mainly: red. Hex color #A50518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50518 is #5AFAE7. Grayscale: #373737. Windows color (decimal): -5962472 or 1574309. OLE color: 1574309.
HSL color Cylindrical-coordinate representation of color #A50518: hue angle of 352.88º 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 #A50518 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 5 | 24 | - |
| CMYK | 0 | 0.97 | 0.85 | 0.35 |
| HSL | 352.88º | 0.94% | 0.33% | - |
| HSV(B) | 352.88º | 0.97% | 0.65% | - |
| XYZ | 15.74 | 8.17 | 1.61 | - |
| YUV | 55.01 | 110.51 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 5 | 24 | 0 | 0.97 | 0.85 | 0.35 | 352.88 | 0.94 | 0.33 |
| Hex | A5 | 5 | 18 | 0 | 61 | 55 | 23 | 161 | 5E | 21 |
| Octal | 245 | 5 | 30 | 0 | 141 | 125 | 43 | 541 | 136 | 41 |
| Binary | 10100101 | 101 | 11000 | 0 | 1100001 | 1010101 | 100011 | 101100001 | 1011110 | 100001 |
Color Harmonies of #A50518
Complementary color
Monochromatic Colors of #A50518
Black with #A50518
Text Example
Text Example
White with #A50518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50518; }
p { color: rgb(165,5,24); }
H1.HeaderClassName
{
color: #A50518;
}
.AnyTagClassName
{
color: #A50518;
}
</style>
background-color css
<style>
a { background-color: #A50518; }
a { background-color: rgb(165,5,24); }
div.DivClassName
{
background-color: #A50518;
}
.BgClassName
{
background-color: #A50518;
}
</style>
border-color css
<style>
span { border-color: #A50518; }
span { border-color: rgb(165,5,24); }
td.TdClassName
{
border-color: #A50518;
}
.TagClassName
{
border-color: #A50518;
}
</style>