Shades of Ruby #C40854
Tints of Ruby #C40854
RGB
CMYK
RGB Variations
Color information
#C40854 (or 0xC40854) is known color: Ruby. HEX triplet: C4, 08 and 54. RGB value is (196,8,84). Sum of RGB (Red+Green+Blue) = 196+8+84=288 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.06% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 84 (33.20% from 255 or 29.17% from 288); Max value from RGB is 196 - color contains mainly: red. Hex color #C40854 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40854 is #3BF7AB. Grayscale: #484848. Windows color (decimal): -3930028 or 5507268. OLE color: 5507268.
HSL color Cylindrical-coordinate representation of color #C40854: hue angle of 335.74º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C40854 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 8 | 84 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.23 |
| HSL | 335.74º | 0.92% | 0.4% | - |
| HSV(B) | 335.74º | 0.96% | 0.77% | - |
| XYZ | 24.45 | 12.55 | 9.52 | - |
| YUV | 72.88 | 134.28 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 8 | 84 | 0 | 0.96 | 0.57 | 0.23 | 335.74 | 0.92 | 0.4 |
| Hex | C4 | 8 | 54 | 0 | 60 | 39 | 17 | 150 | 5C | 28 |
| Octal | 304 | 10 | 124 | 0 | 140 | 71 | 27 | 520 | 134 | 50 |
| Binary | 11000100 | 1000 | 1010100 | 0 | 1100000 | 111001 | 10111 | 101010000 | 1011100 | 101000 |
Color Harmonies of #C40854
Complementary color
Monochromatic Colors of #C40854
Black with #C40854
Text Example
Text Example
White with #C40854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40854; }
p { color: rgb(196,8,84); }
H1.HeaderClassName
{
color: #C40854;
}
.AnyTagClassName
{
color: #C40854;
}
</style>
background-color css
<style>
a { background-color: #C40854; }
a { background-color: rgb(196,8,84); }
div.DivClassName
{
background-color: #C40854;
}
.BgClassName
{
background-color: #C40854;
}
</style>
border-color css
<style>
span { border-color: #C40854; }
span { border-color: rgb(196,8,84); }
td.TdClassName
{
border-color: #C40854;
}
.TagClassName
{
border-color: #C40854;
}
</style>