Shades of Ruby #C40B5D
Tints of Ruby #C40B5D
RGB
CMYK
RGB Variations
Color information
#C40B5D (or 0xC40B5D) is known color: Ruby. HEX triplet: C4, 0B and 5D. RGB value is (196,11,93). Sum of RGB (Red+Green+Blue) = 196+11+93=300 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.33% from 300); Green value is 11 (4.69% from 255 or 3.67% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40B5D is #3BF4A2. Grayscale: #4B4B4B. Windows color (decimal): -3929251 or 6097860. OLE color: 6097860.
HSL color Cylindrical-coordinate representation of color #C40B5D: hue angle of 333.41º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40B5D is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 93 | - |
| CMYK | 0 | 0.94 | 0.53 | 0.23 |
| HSL | 333.41º | 0.89% | 0.41% | - |
| HSV(B) | 333.41º | 0.94% | 0.77% | - |
| XYZ | 24.86 | 12.77 | 11.51 | - |
| YUV | 75.66 | 137.79 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 93 | 0 | 0.94 | 0.53 | 0.23 | 333.41 | 0.89 | 0.41 |
| Hex | C4 | B | 5D | 0 | 5E | 35 | 17 | 14D | 59 | 29 |
| Octal | 304 | 13 | 135 | 0 | 136 | 65 | 27 | 515 | 131 | 51 |
| Binary | 11000100 | 1011 | 1011101 | 0 | 1011110 | 110101 | 10111 | 101001101 | 1011001 | 101001 |
Color Harmonies of #C40B5D
Complementary color
Monochromatic Colors of #C40B5D
Black with #C40B5D
Text Example
Text Example
White with #C40B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40B5D; }
p { color: rgb(196,11,93); }
H1.HeaderClassName
{
color: #C40B5D;
}
.AnyTagClassName
{
color: #C40B5D;
}
</style>
background-color css
<style>
a { background-color: #C40B5D; }
a { background-color: rgb(196,11,93); }
div.DivClassName
{
background-color: #C40B5D;
}
.BgClassName
{
background-color: #C40B5D;
}
</style>
border-color css
<style>
span { border-color: #C40B5D; }
span { border-color: rgb(196,11,93); }
td.TdClassName
{
border-color: #C40B5D;
}
.TagClassName
{
border-color: #C40B5D;
}
</style>