Shades of Ruby #C31057
Tints of Ruby #C31057
RGB
CMYK
RGB Variations
Color information
#C31057 (or 0xC31057) is known color: Ruby. HEX triplet: C3, 10 and 57. RGB value is (195,16,87). Sum of RGB (Red+Green+Blue) = 195+16+87=298 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.44% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 87 (34.38% from 255 or 29.19% from 298); Max value from RGB is 195 - color contains mainly: red. Hex color #C31057 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31057 is #3CEFA8. Grayscale: #4D4D4D. Windows color (decimal): -3993513 or 5705923. OLE color: 5705923.
HSL color Cylindrical-coordinate representation of color #C31057: hue angle of 336.2º 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 #C31057 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 16 | 87 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.24 |
| HSL | 336.2º | 0.85% | 0.41% | - |
| HSV(B) | 336.2º | 0.92% | 0.76% | - |
| XYZ | 24.41 | 12.66 | 10.17 | - |
| YUV | 77.62 | 133.3 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 16 | 87 | 0 | 0.92 | 0.55 | 0.24 | 336.2 | 0.85 | 0.41 |
| Hex | C3 | 10 | 57 | 0 | 5C | 37 | 18 | 150 | 55 | 29 |
| Octal | 303 | 20 | 127 | 0 | 134 | 67 | 30 | 520 | 125 | 51 |
| Binary | 11000011 | 10000 | 1010111 | 0 | 1011100 | 110111 | 11000 | 101010000 | 1010101 | 101001 |
Color Harmonies of #C31057
Complementary color
Monochromatic Colors of #C31057
Black with #C31057
Text Example
Text Example
White with #C31057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31057; }
p { color: rgb(195,16,87); }
H1.HeaderClassName
{
color: #C31057;
}
.AnyTagClassName
{
color: #C31057;
}
</style>
background-color css
<style>
a { background-color: #C31057; }
a { background-color: rgb(195,16,87); }
div.DivClassName
{
background-color: #C31057;
}
.BgClassName
{
background-color: #C31057;
}
</style>
border-color css
<style>
span { border-color: #C31057; }
span { border-color: rgb(195,16,87); }
td.TdClassName
{
border-color: #C31057;
}
.TagClassName
{
border-color: #C31057;
}
</style>