Shades of Ruby #C50B55
Tints of Ruby #C50B55
RGB
CMYK
RGB Variations
Color information
#C50B55 (or 0xC50B55) is known color: Ruby. HEX triplet: C5, 0B and 55. RGB value is (197,11,85). Sum of RGB (Red+Green+Blue) = 197+11+85=293 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.24% from 293); Green value is 11 (4.69% from 255 or 3.75% from 293); Blue value is 85 (33.59% from 255 or 29.01% from 293); Max value from RGB is 197 - color contains mainly: red. Hex color #C50B55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50B55 is #3AF4AA. Grayscale: #4A4A4A. Windows color (decimal): -3863723 or 5573573. OLE color: 5573573.
HSL color Cylindrical-coordinate representation of color #C50B55: hue angle of 336.13º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50B55 is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 11 | 85 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.23 |
| HSL | 336.13º | 0.89% | 0.41% | - |
| HSV(B) | 336.13º | 0.94% | 0.77% | - |
| XYZ | 24.79 | 12.77 | 9.75 | - |
| YUV | 75.05 | 133.62 | 214.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 11 | 85 | 0 | 0.94 | 0.57 | 0.23 | 336.13 | 0.89 | 0.41 |
| Hex | C5 | B | 55 | 0 | 5E | 39 | 17 | 150 | 59 | 29 |
| Octal | 305 | 13 | 125 | 0 | 136 | 71 | 27 | 520 | 131 | 51 |
| Binary | 11000101 | 1011 | 1010101 | 0 | 1011110 | 111001 | 10111 | 101010000 | 1011001 | 101001 |
Color Harmonies of #C50B55
Complementary color
Monochromatic Colors of #C50B55
Black with #C50B55
Text Example
Text Example
White with #C50B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50B55; }
p { color: rgb(197,11,85); }
H1.HeaderClassName
{
color: #C50B55;
}
.AnyTagClassName
{
color: #C50B55;
}
</style>
background-color css
<style>
a { background-color: #C50B55; }
a { background-color: rgb(197,11,85); }
div.DivClassName
{
background-color: #C50B55;
}
.BgClassName
{
background-color: #C50B55;
}
</style>
border-color css
<style>
span { border-color: #C50B55; }
span { border-color: rgb(197,11,85); }
td.TdClassName
{
border-color: #C50B55;
}
.TagClassName
{
border-color: #C50B55;
}
</style>