Shades of Ruby #C31056
Tints of Ruby #C31056
RGB
CMYK
RGB Variations
Color information
#C31056 (or 0xC31056) is known color: Ruby. HEX triplet: C3, 10 and 56. RGB value is (195,16,86). Sum of RGB (Red+Green+Blue) = 195+16+86=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C31056 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31056 is #3CEFA9. Grayscale: #4D4D4D. Windows color (decimal): -3993514 or 5640387. OLE color: 5640387.
HSL color Cylindrical-coordinate representation of color #C31056: hue angle of 336.54º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C31056 is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 16 | 86 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.24 |
| HSL | 336.54º | 0.85% | 0.41% | - |
| HSV(B) | 336.54º | 0.92% | 0.76% | - |
| XYZ | 24.37 | 12.64 | 9.96 | - |
| YUV | 77.5 | 132.8 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 16 | 86 | 0 | 0.92 | 0.56 | 0.24 | 336.54 | 0.85 | 0.41 |
| Hex | C3 | 10 | 56 | 0 | 5C | 38 | 18 | 151 | 55 | 29 |
| Octal | 303 | 20 | 126 | 0 | 134 | 70 | 30 | 521 | 125 | 51 |
| Binary | 11000011 | 10000 | 1010110 | 0 | 1011100 | 111000 | 11000 | 101010001 | 1010101 | 101001 |
Color Harmonies of #C31056
Complementary color
Monochromatic Colors of #C31056
Black with #C31056
Text Example
Text Example
White with #C31056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31056; }
p { color: rgb(195,16,86); }
H1.HeaderClassName
{
color: #C31056;
}
.AnyTagClassName
{
color: #C31056;
}
</style>
background-color css
<style>
a { background-color: #C31056; }
a { background-color: rgb(195,16,86); }
div.DivClassName
{
background-color: #C31056;
}
.BgClassName
{
background-color: #C31056;
}
</style>
border-color css
<style>
span { border-color: #C31056; }
span { border-color: rgb(195,16,86); }
td.TdClassName
{
border-color: #C31056;
}
.TagClassName
{
border-color: #C31056;
}
</style>