Shades of Ruby #C40459
Tints of Ruby #C40459
RGB
CMYK
RGB Variations
Color information
#C40459 (or 0xC40459) is known color: Ruby. HEX triplet: C4, 04 and 59. RGB value is (196,4,89). Sum of RGB (Red+Green+Blue) = 196+4+89=289 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.82% from 289); Green value is 4 (1.95% from 255 or 1.38% from 289); Blue value is 89 (35.16% from 255 or 30.80% from 289); Max value from RGB is 196 - color contains mainly: red. Hex color #C40459 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40459 is #3BFBA6. Grayscale: #464646. Windows color (decimal): -3931047 or 5833924. OLE color: 5833924.
HSL color Cylindrical-coordinate representation of color #C40459: hue angle of 333.44º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C40459 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 4 | 89 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.23 |
| HSL | 333.44º | 0.96% | 0.39% | - |
| HSV(B) | 333.44º | 0.98% | 0.77% | - |
| XYZ | 24.61 | 12.54 | 10.58 | - |
| YUV | 71.1 | 138.11 | 217.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 4 | 89 | 0 | 0.98 | 0.55 | 0.23 | 333.44 | 0.96 | 0.39 |
| Hex | C4 | 4 | 59 | 0 | 62 | 37 | 17 | 14D | 60 | 27 |
| Octal | 304 | 4 | 131 | 0 | 142 | 67 | 27 | 515 | 140 | 47 |
| Binary | 11000100 | 100 | 1011001 | 0 | 1100010 | 110111 | 10111 | 101001101 | 1100000 | 100111 |
Color Harmonies of #C40459
Complementary color
Monochromatic Colors of #C40459
Black with #C40459
Text Example
Text Example
White with #C40459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40459; }
p { color: rgb(196,4,89); }
H1.HeaderClassName
{
color: #C40459;
}
.AnyTagClassName
{
color: #C40459;
}
</style>
background-color css
<style>
a { background-color: #C40459; }
a { background-color: rgb(196,4,89); }
div.DivClassName
{
background-color: #C40459;
}
.BgClassName
{
background-color: #C40459;
}
</style>
border-color css
<style>
span { border-color: #C40459; }
span { border-color: rgb(196,4,89); }
td.TdClassName
{
border-color: #C40459;
}
.TagClassName
{
border-color: #C40459;
}
</style>