Shades of Ruby #C31460
Tints of Ruby #C31460
RGB
CMYK
RGB Variations
Color information
#C31460 (or 0xC31460) is known color: Ruby. HEX triplet: C3, 14 and 60. RGB value is (195,20,96). Sum of RGB (Red+Green+Blue) = 195+20+96=311 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.70% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 195 - color contains mainly: red. Hex color #C31460 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31460 is #3CEB9F. Grayscale: #505050. Windows color (decimal): -3992480 or 6296771. OLE color: 6296771.
HSL color Cylindrical-coordinate representation of color #C31460: hue angle of 333.94º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C31460 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 20 | 96 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.24 |
| HSL | 333.94º | 0.81% | 0.42% | - |
| HSV(B) | 333.94º | 0.9% | 0.76% | - |
| XYZ | 24.87 | 12.95 | 12.25 | - |
| YUV | 80.99 | 136.48 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 96 | 0 | 0.90 | 0.51 | 0.24 | 333.94 | 0.81 | 0.42 |
| Hex | C3 | 14 | 60 | 0 | 5A | 33 | 18 | 14E | 51 | 2A |
| Octal | 303 | 24 | 140 | 0 | 132 | 63 | 30 | 516 | 121 | 52 |
| Binary | 11000011 | 10100 | 1100000 | 0 | 1011010 | 110011 | 11000 | 101001110 | 1010001 | 101010 |
Color Harmonies of #C31460
Complementary color
Monochromatic Colors of #C31460
Black with #C31460
Text Example
Text Example
White with #C31460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31460; }
p { color: rgb(195,20,96); }
H1.HeaderClassName
{
color: #C31460;
}
.AnyTagClassName
{
color: #C31460;
}
</style>
background-color css
<style>
a { background-color: #C31460; }
a { background-color: rgb(195,20,96); }
div.DivClassName
{
background-color: #C31460;
}
.BgClassName
{
background-color: #C31460;
}
</style>
border-color css
<style>
span { border-color: #C31460; }
span { border-color: rgb(195,20,96); }
td.TdClassName
{
border-color: #C31460;
}
.TagClassName
{
border-color: #C31460;
}
</style>