Shades of Ruby #C30959
Tints of Ruby #C30959
RGB
CMYK
RGB Variations
Color information
#C30959 (or 0xC30959) is known color: Ruby. HEX triplet: C3, 09 and 59. RGB value is (195,9,89). Sum of RGB (Red+Green+Blue) = 195+9+89=293 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.55% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 195 - color contains mainly: red. Hex color #C30959 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30959 is #3CF6A6. Grayscale: #494949. Windows color (decimal): -3995303 or 5835203. OLE color: 5835203.
HSL color Cylindrical-coordinate representation of color #C30959: hue angle of 334.19º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30959 is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 9 | 89 | - |
| CMYK | 0 | 0.95 | 0.54 | 0.24 |
| HSL | 334.19º | 0.91% | 0.4% | - |
| HSV(B) | 334.19º | 0.95% | 0.76% | - |
| XYZ | 24.41 | 12.52 | 10.58 | - |
| YUV | 73.73 | 136.62 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 9 | 89 | 0 | 0.95 | 0.54 | 0.24 | 334.19 | 0.91 | 0.4 |
| Hex | C3 | 9 | 59 | 0 | 5F | 36 | 18 | 14E | 5B | 28 |
| Octal | 303 | 11 | 131 | 0 | 137 | 66 | 30 | 516 | 133 | 50 |
| Binary | 11000011 | 1001 | 1011001 | 0 | 1011111 | 110110 | 11000 | 101001110 | 1011011 | 101000 |
Color Harmonies of #C30959
Complementary color
Monochromatic Colors of #C30959
Black with #C30959
Text Example
Text Example
White with #C30959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30959; }
p { color: rgb(195,9,89); }
H1.HeaderClassName
{
color: #C30959;
}
.AnyTagClassName
{
color: #C30959;
}
</style>
background-color css
<style>
a { background-color: #C30959; }
a { background-color: rgb(195,9,89); }
div.DivClassName
{
background-color: #C30959;
}
.BgClassName
{
background-color: #C30959;
}
</style>
border-color css
<style>
span { border-color: #C30959; }
span { border-color: rgb(195,9,89); }
td.TdClassName
{
border-color: #C30959;
}
.TagClassName
{
border-color: #C30959;
}
</style>