Shades of Ruby #C31060
Tints of Ruby #C31060
RGB
CMYK
RGB Variations
Color information
#C31060 (or 0xC31060) is known color: Ruby. HEX triplet: C3, 10 and 60. RGB value is (195,16,96). Sum of RGB (Red+Green+Blue) = 195+16+96=307 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.52% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 195 - color contains mainly: red. Hex color #C31060 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31060 is #3CEF9F. Grayscale: #4E4E4E. Windows color (decimal): -3993504 or 6295747. OLE color: 6295747.
HSL color Cylindrical-coordinate representation of color #C31060: hue angle of 333.18º 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 #C31060 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 16 | 96 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.24 |
| HSL | 333.18º | 0.85% | 0.41% | - |
| HSV(B) | 333.18º | 0.92% | 0.76% | - |
| XYZ | 24.8 | 12.82 | 12.23 | - |
| YUV | 78.64 | 137.8 | 211 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 16 | 96 | 0 | 0.92 | 0.51 | 0.24 | 333.18 | 0.85 | 0.41 |
| Hex | C3 | 10 | 60 | 0 | 5C | 33 | 18 | 14D | 55 | 29 |
| Octal | 303 | 20 | 140 | 0 | 134 | 63 | 30 | 515 | 125 | 51 |
| Binary | 11000011 | 10000 | 1100000 | 0 | 1011100 | 110011 | 11000 | 101001101 | 1010101 | 101001 |
Color Harmonies of #C31060
Complementary color
Monochromatic Colors of #C31060
Black with #C31060
Text Example
Text Example
White with #C31060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31060; }
p { color: rgb(195,16,96); }
H1.HeaderClassName
{
color: #C31060;
}
.AnyTagClassName
{
color: #C31060;
}
</style>
background-color css
<style>
a { background-color: #C31060; }
a { background-color: rgb(195,16,96); }
div.DivClassName
{
background-color: #C31060;
}
.BgClassName
{
background-color: #C31060;
}
</style>
border-color css
<style>
span { border-color: #C31060; }
span { border-color: rgb(195,16,96); }
td.TdClassName
{
border-color: #C31060;
}
.TagClassName
{
border-color: #C31060;
}
</style>