Shades of Ruby #C30556
Tints of Ruby #C30556
RGB
CMYK
RGB Variations
Color information
#C30556 (or 0xC30556) is known color: Ruby. HEX triplet: C3, 05 and 56. RGB value is (195,5,86). Sum of RGB (Red+Green+Blue) = 195+5+86=286 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.18% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 195 - color contains mainly: red. Hex color #C30556 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30556 is #3CFAA9. Grayscale: #464646. Windows color (decimal): -3996330 or 5637571. OLE color: 5637571.
HSL color Cylindrical-coordinate representation of color #C30556: hue angle of 334.42º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C30556 is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 5 | 86 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.24 |
| HSL | 334.42º | 0.95% | 0.39% | - |
| HSV(B) | 334.42º | 0.97% | 0.76% | - |
| XYZ | 24.24 | 12.38 | 9.92 | - |
| YUV | 71.04 | 136.45 | 216.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 5 | 86 | 0 | 0.97 | 0.56 | 0.24 | 334.42 | 0.95 | 0.39 |
| Hex | C3 | 5 | 56 | 0 | 61 | 38 | 18 | 14E | 5F | 27 |
| Octal | 303 | 5 | 126 | 0 | 141 | 70 | 30 | 516 | 137 | 47 |
| Binary | 11000011 | 101 | 1010110 | 0 | 1100001 | 111000 | 11000 | 101001110 | 1011111 | 100111 |
Color Harmonies of #C30556
Complementary color
Monochromatic Colors of #C30556
Black with #C30556
Text Example
Text Example
White with #C30556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30556; }
p { color: rgb(195,5,86); }
H1.HeaderClassName
{
color: #C30556;
}
.AnyTagClassName
{
color: #C30556;
}
</style>
background-color css
<style>
a { background-color: #C30556; }
a { background-color: rgb(195,5,86); }
div.DivClassName
{
background-color: #C30556;
}
.BgClassName
{
background-color: #C30556;
}
</style>
border-color css
<style>
span { border-color: #C30556; }
span { border-color: rgb(195,5,86); }
td.TdClassName
{
border-color: #C30556;
}
.TagClassName
{
border-color: #C30556;
}
</style>