Shades of Ruby #C40B50
Tints of Ruby #C40B50
RGB
CMYK
RGB Variations
Color information
#C40B50 (or 0xC40B50) is known color: Ruby. HEX triplet: C4, 0B and 50. RGB value is (196,11,80). Sum of RGB (Red+Green+Blue) = 196+11+80=287 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.29% from 287); Green value is 11 (4.69% from 255 or 3.83% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B50 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40B50 is #3BF4AF. Grayscale: #4A4A4A. Windows color (decimal): -3929264 or 5245892. OLE color: 5245892.
HSL color Cylindrical-coordinate representation of color #C40B50: hue angle of 337.62º 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 #C40B50 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 80 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.23 |
| HSL | 337.62º | 0.89% | 0.41% | - |
| HSV(B) | 337.62º | 0.94% | 0.77% | - |
| XYZ | 24.33 | 12.55 | 8.73 | - |
| YUV | 74.18 | 131.29 | 214.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 80 | 0 | 0.94 | 0.59 | 0.23 | 337.62 | 0.89 | 0.41 |
| Hex | C4 | B | 50 | 0 | 5E | 3B | 17 | 152 | 59 | 29 |
| Octal | 304 | 13 | 120 | 0 | 136 | 73 | 27 | 522 | 131 | 51 |
| Binary | 11000100 | 1011 | 1010000 | 0 | 1011110 | 111011 | 10111 | 101010010 | 1011001 | 101001 |
Color Harmonies of #C40B50
Complementary color
Monochromatic Colors of #C40B50
Black with #C40B50
Text Example
Text Example
White with #C40B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40B50; }
p { color: rgb(196,11,80); }
H1.HeaderClassName
{
color: #C40B50;
}
.AnyTagClassName
{
color: #C40B50;
}
</style>
background-color css
<style>
a { background-color: #C40B50; }
a { background-color: rgb(196,11,80); }
div.DivClassName
{
background-color: #C40B50;
}
.BgClassName
{
background-color: #C40B50;
}
</style>
border-color css
<style>
span { border-color: #C40B50; }
span { border-color: rgb(196,11,80); }
td.TdClassName
{
border-color: #C40B50;
}
.TagClassName
{
border-color: #C40B50;
}
</style>