Shades of Ruby #C30751
Tints of Ruby #C30751
RGB
CMYK
RGB Variations
Color information
#C30751 (or 0xC30751) is known color: Ruby. HEX triplet: C3, 07 and 51. RGB value is (195,7,81). Sum of RGB (Red+Green+Blue) = 195+7+81=283 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.90% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 81 (32.03% from 255 or 28.62% from 283); Max value from RGB is 195 - color contains mainly: red. Hex color #C30751 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30751 is #3CF8AE. Grayscale: #474747. Windows color (decimal): -3995823 or 5310403. OLE color: 5310403.
HSL color Cylindrical-coordinate representation of color #C30751: hue angle of 336.38º 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 #C30751 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 7 | 81 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.24 |
| HSL | 336.38º | 0.93% | 0.4% | - |
| HSV(B) | 336.38º | 0.96% | 0.76% | - |
| XYZ | 24.07 | 12.35 | 8.9 | - |
| YUV | 71.65 | 133.28 | 215.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 7 | 81 | 0 | 0.96 | 0.58 | 0.24 | 336.38 | 0.93 | 0.4 |
| Hex | C3 | 7 | 51 | 0 | 60 | 3A | 18 | 150 | 5D | 28 |
| Octal | 303 | 7 | 121 | 0 | 140 | 72 | 30 | 520 | 135 | 50 |
| Binary | 11000011 | 111 | 1010001 | 0 | 1100000 | 111010 | 11000 | 101010000 | 1011101 | 101000 |
Color Harmonies of #C30751
Complementary color
Monochromatic Colors of #C30751
Black with #C30751
Text Example
Text Example
White with #C30751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30751; }
p { color: rgb(195,7,81); }
H1.HeaderClassName
{
color: #C30751;
}
.AnyTagClassName
{
color: #C30751;
}
</style>
background-color css
<style>
a { background-color: #C30751; }
a { background-color: rgb(195,7,81); }
div.DivClassName
{
background-color: #C30751;
}
.BgClassName
{
background-color: #C30751;
}
</style>
border-color css
<style>
span { border-color: #C30751; }
span { border-color: rgb(195,7,81); }
td.TdClassName
{
border-color: #C30751;
}
.TagClassName
{
border-color: #C30751;
}
</style>