Shades of Ruby #C30756
Tints of Ruby #C30756
RGB
CMYK
RGB Variations
Color information
#C30756 (or 0xC30756) is known color: Ruby. HEX triplet: C3, 07 and 56. RGB value is (195,7,86). Sum of RGB (Red+Green+Blue) = 195+7+86=288 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.71% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 86 (33.98% from 255 or 29.86% from 288); Max value from RGB is 195 - color contains mainly: red. Hex color #C30756 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30756 is #3CF8A9. Grayscale: #484848. Windows color (decimal): -3995818 or 5638083. OLE color: 5638083.
HSL color Cylindrical-coordinate representation of color #C30756: hue angle of 334.79º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C30756 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 7 | 86 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.24 |
| HSL | 334.79º | 0.93% | 0.4% | - |
| HSV(B) | 334.79º | 0.96% | 0.76% | - |
| XYZ | 24.26 | 12.43 | 9.92 | - |
| YUV | 72.22 | 135.78 | 215.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 7 | 86 | 0 | 0.96 | 0.56 | 0.24 | 334.79 | 0.93 | 0.4 |
| Hex | C3 | 7 | 56 | 0 | 60 | 38 | 18 | 14F | 5D | 28 |
| Octal | 303 | 7 | 126 | 0 | 140 | 70 | 30 | 517 | 135 | 50 |
| Binary | 11000011 | 111 | 1010110 | 0 | 1100000 | 111000 | 11000 | 101001111 | 1011101 | 101000 |
Color Harmonies of #C30756
Complementary color
Monochromatic Colors of #C30756
Black with #C30756
Text Example
Text Example
White with #C30756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30756; }
p { color: rgb(195,7,86); }
H1.HeaderClassName
{
color: #C30756;
}
.AnyTagClassName
{
color: #C30756;
}
</style>
background-color css
<style>
a { background-color: #C30756; }
a { background-color: rgb(195,7,86); }
div.DivClassName
{
background-color: #C30756;
}
.BgClassName
{
background-color: #C30756;
}
</style>
border-color css
<style>
span { border-color: #C30756; }
span { border-color: rgb(195,7,86); }
td.TdClassName
{
border-color: #C30756;
}
.TagClassName
{
border-color: #C30756;
}
</style>