Shades of Ruby #C11256
Tints of Ruby #C11256
RGB
CMYK
RGB Variations
Color information
#C11256 (or 0xC11256) is known color: Ruby. HEX triplet: C1, 12 and 56. RGB value is (193,18,86). Sum of RGB (Red+Green+Blue) = 193+18+86=297 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.98% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 193 - color contains mainly: red. Hex color #C11256 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11256 is #3EEDA9. Grayscale: #4D4D4D. Windows color (decimal): -4124074 or 5640897. OLE color: 5640897.
HSL color Cylindrical-coordinate representation of color #C11256: hue angle of 336.69º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C11256 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 18 | 86 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.24 |
| HSL | 336.69º | 0.83% | 0.41% | - |
| HSV(B) | 336.69º | 0.91% | 0.76% | - |
| XYZ | 23.89 | 12.44 | 9.95 | - |
| YUV | 78.08 | 132.48 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 86 | 0 | 0.91 | 0.55 | 0.24 | 336.69 | 0.83 | 0.41 |
| Hex | C1 | 12 | 56 | 0 | 5B | 37 | 18 | 151 | 53 | 29 |
| Octal | 301 | 22 | 126 | 0 | 133 | 67 | 30 | 521 | 123 | 51 |
| Binary | 11000001 | 10010 | 1010110 | 0 | 1011011 | 110111 | 11000 | 101010001 | 1010011 | 101001 |
Color Harmonies of #C11256
Complementary color
Monochromatic Colors of #C11256
Black with #C11256
Text Example
Text Example
White with #C11256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11256; }
p { color: rgb(193,18,86); }
H1.HeaderClassName
{
color: #C11256;
}
.AnyTagClassName
{
color: #C11256;
}
</style>
background-color css
<style>
a { background-color: #C11256; }
a { background-color: rgb(193,18,86); }
div.DivClassName
{
background-color: #C11256;
}
.BgClassName
{
background-color: #C11256;
}
</style>
border-color css
<style>
span { border-color: #C11256; }
span { border-color: rgb(193,18,86); }
td.TdClassName
{
border-color: #C11256;
}
.TagClassName
{
border-color: #C11256;
}
</style>