Shades of Ruby #C30750
Tints of Ruby #C30750
RGB
CMYK
RGB Variations
Color information
#C30750 (or 0xC30750) is known color: Ruby. HEX triplet: C3, 07 and 50. RGB value is (195,7,80). Sum of RGB (Red+Green+Blue) = 195+7+80=282 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.15% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 195 - color contains mainly: red. Hex color #C30750 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30750 is #3CF8AF. Grayscale: #474747. Windows color (decimal): -3995824 or 5244867. OLE color: 5244867.
HSL color Cylindrical-coordinate representation of color #C30750: hue angle of 336.7º 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 #C30750 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 7 | 80 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.24 |
| HSL | 336.7º | 0.93% | 0.4% | - |
| HSV(B) | 336.7º | 0.96% | 0.76% | - |
| XYZ | 24.03 | 12.33 | 8.7 | - |
| YUV | 71.53 | 132.78 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 7 | 80 | 0 | 0.96 | 0.59 | 0.24 | 336.7 | 0.93 | 0.4 |
| Hex | C3 | 7 | 50 | 0 | 60 | 3B | 18 | 151 | 5D | 28 |
| Octal | 303 | 7 | 120 | 0 | 140 | 73 | 30 | 521 | 135 | 50 |
| Binary | 11000011 | 111 | 1010000 | 0 | 1100000 | 111011 | 11000 | 101010001 | 1011101 | 101000 |
Color Harmonies of #C30750
Complementary color
Monochromatic Colors of #C30750
Black with #C30750
Text Example
Text Example
White with #C30750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30750; }
p { color: rgb(195,7,80); }
H1.HeaderClassName
{
color: #C30750;
}
.AnyTagClassName
{
color: #C30750;
}
</style>
background-color css
<style>
a { background-color: #C30750; }
a { background-color: rgb(195,7,80); }
div.DivClassName
{
background-color: #C30750;
}
.BgClassName
{
background-color: #C30750;
}
</style>
border-color css
<style>
span { border-color: #C30750; }
span { border-color: rgb(195,7,80); }
td.TdClassName
{
border-color: #C30750;
}
.TagClassName
{
border-color: #C30750;
}
</style>