Shades of Ruby #C40959
Tints of Ruby #C40959
RGB
CMYK
RGB Variations
Color information
#C40959 (or 0xC40959) is known color: Ruby. HEX triplet: C4, 09 and 59. RGB value is (196,9,89). Sum of RGB (Red+Green+Blue) = 196+9+89=294 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.67% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 196 - color contains mainly: red. Hex color #C40959 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40959 is #3BF6A6. Grayscale: #494949. Windows color (decimal): -3929767 or 5835204. OLE color: 5835204.
HSL color Cylindrical-coordinate representation of color #C40959: hue angle of 334.33º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40959 is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 9 | 89 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.23 |
| HSL | 334.33º | 0.91% | 0.4% | - |
| HSV(B) | 334.33º | 0.95% | 0.77% | - |
| XYZ | 24.67 | 12.65 | 10.59 | - |
| YUV | 74.03 | 136.45 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 9 | 89 | 0 | 0.95 | 0.55 | 0.23 | 334.33 | 0.91 | 0.4 |
| Hex | C4 | 9 | 59 | 0 | 5F | 37 | 17 | 14E | 5B | 28 |
| Octal | 304 | 11 | 131 | 0 | 137 | 67 | 27 | 516 | 133 | 50 |
| Binary | 11000100 | 1001 | 1011001 | 0 | 1011111 | 110111 | 10111 | 101001110 | 1011011 | 101000 |
Color Harmonies of #C40959
Complementary color
Monochromatic Colors of #C40959
Black with #C40959
Text Example
Text Example
White with #C40959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40959; }
p { color: rgb(196,9,89); }
H1.HeaderClassName
{
color: #C40959;
}
.AnyTagClassName
{
color: #C40959;
}
</style>
background-color css
<style>
a { background-color: #C40959; }
a { background-color: rgb(196,9,89); }
div.DivClassName
{
background-color: #C40959;
}
.BgClassName
{
background-color: #C40959;
}
</style>
border-color css
<style>
span { border-color: #C40959; }
span { border-color: rgb(196,9,89); }
td.TdClassName
{
border-color: #C40959;
}
.TagClassName
{
border-color: #C40959;
}
</style>