Shades of Ruby #C11860
Tints of Ruby #C11860
RGB
CMYK
RGB Variations
Color information
#C11860 (or 0xC11860) is known color: Ruby. HEX triplet: C1, 18 and 60. RGB value is (193,24,96). Sum of RGB (Red+Green+Blue) = 193+24+96=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C11860 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11860 is #3EE79F. Grayscale: #525252. Windows color (decimal): -4122528 or 6297793. OLE color: 6297793.
HSL color Cylindrical-coordinate representation of color #C11860: hue angle of 334.44º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11860 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 24 | 96 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.24 |
| HSL | 334.44º | 0.78% | 0.43% | - |
| HSV(B) | 334.44º | 0.88% | 0.76% | - |
| XYZ | 24.43 | 12.84 | 12.26 | - |
| YUV | 82.74 | 135.49 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 24 | 96 | 0 | 0.88 | 0.50 | 0.24 | 334.44 | 0.78 | 0.43 |
| Hex | C1 | 18 | 60 | 0 | 58 | 32 | 18 | 14E | 4E | 2B |
| Octal | 301 | 30 | 140 | 0 | 130 | 62 | 30 | 516 | 116 | 53 |
| Binary | 11000001 | 11000 | 1100000 | 0 | 1011000 | 110010 | 11000 | 101001110 | 1001110 | 101011 |
Color Harmonies of #C11860
Complementary color
Monochromatic Colors of #C11860
Black with #C11860
Text Example
Text Example
White with #C11860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11860; }
p { color: rgb(193,24,96); }
H1.HeaderClassName
{
color: #C11860;
}
.AnyTagClassName
{
color: #C11860;
}
</style>
background-color css
<style>
a { background-color: #C11860; }
a { background-color: rgb(193,24,96); }
div.DivClassName
{
background-color: #C11860;
}
.BgClassName
{
background-color: #C11860;
}
</style>
border-color css
<style>
span { border-color: #C11860; }
span { border-color: rgb(193,24,96); }
td.TdClassName
{
border-color: #C11860;
}
.TagClassName
{
border-color: #C11860;
}
</style>