Shades of Ruby #C20B55
Tints of Ruby #C20B55
RGB
CMYK
RGB Variations
Color information
#C20B55 (or 0xC20B55) is known color: Ruby. HEX triplet: C2, 0B and 55. RGB value is (194,11,85). Sum of RGB (Red+Green+Blue) = 194+11+85=290 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.90% from 290); Green value is 11 (4.69% from 255 or 3.79% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 194 - color contains mainly: red. Hex color #C20B55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20B55 is #3DF4AA. Grayscale: #4A4A4A. Windows color (decimal): -4060331 or 5573570. OLE color: 5573570.
HSL color Cylindrical-coordinate representation of color #C20B55: hue angle of 335.74º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20B55 is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 11 | 85 | - |
| CMYK | 0 | 0.94 | 0.56 | 0.24 |
| HSL | 335.74º | 0.89% | 0.4% | - |
| HSV(B) | 335.74º | 0.94% | 0.76% | - |
| XYZ | 24.01 | 12.36 | 9.72 | - |
| YUV | 74.15 | 134.13 | 213.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 11 | 85 | 0 | 0.94 | 0.56 | 0.24 | 335.74 | 0.89 | 0.4 |
| Hex | C2 | B | 55 | 0 | 5E | 38 | 18 | 150 | 59 | 28 |
| Octal | 302 | 13 | 125 | 0 | 136 | 70 | 30 | 520 | 131 | 50 |
| Binary | 11000010 | 1011 | 1010101 | 0 | 1011110 | 111000 | 11000 | 101010000 | 1011001 | 101000 |
Color Harmonies of #C20B55
Complementary color
Monochromatic Colors of #C20B55
Black with #C20B55
Text Example
Text Example
White with #C20B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20B55; }
p { color: rgb(194,11,85); }
H1.HeaderClassName
{
color: #C20B55;
}
.AnyTagClassName
{
color: #C20B55;
}
</style>
background-color css
<style>
a { background-color: #C20B55; }
a { background-color: rgb(194,11,85); }
div.DivClassName
{
background-color: #C20B55;
}
.BgClassName
{
background-color: #C20B55;
}
</style>
border-color css
<style>
span { border-color: #C20B55; }
span { border-color: rgb(194,11,85); }
td.TdClassName
{
border-color: #C20B55;
}
.TagClassName
{
border-color: #C20B55;
}
</style>