Shades of Ruby #C40B51
Tints of Ruby #C40B51
RGB
CMYK
RGB Variations
Color information
#C40B51 (or 0xC40B51) is known color: Ruby. HEX triplet: C4, 0B and 51. RGB value is (196,11,81). Sum of RGB (Red+Green+Blue) = 196+11+81=288 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.06% from 288); Green value is 11 (4.69% from 255 or 3.82% from 288); Blue value is 81 (32.03% from 255 or 28.12% from 288); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B51 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40B51 is #3BF4AE. Grayscale: #4A4A4A. Windows color (decimal): -3929263 or 5311428. OLE color: 5311428.
HSL color Cylindrical-coordinate representation of color #C40B51: hue angle of 337.3º 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 #C40B51 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 81 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.23 |
| HSL | 337.3º | 0.89% | 0.41% | - |
| HSV(B) | 337.3º | 0.94% | 0.77% | - |
| XYZ | 24.37 | 12.57 | 8.93 | - |
| YUV | 74.3 | 131.79 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 81 | 0 | 0.94 | 0.59 | 0.23 | 337.3 | 0.89 | 0.41 |
| Hex | C4 | B | 51 | 0 | 5E | 3B | 17 | 151 | 59 | 29 |
| Octal | 304 | 13 | 121 | 0 | 136 | 73 | 27 | 521 | 131 | 51 |
| Binary | 11000100 | 1011 | 1010001 | 0 | 1011110 | 111011 | 10111 | 101010001 | 1011001 | 101001 |
Color Harmonies of #C40B51
Complementary color
Monochromatic Colors of #C40B51
Black with #C40B51
Text Example
Text Example
White with #C40B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40B51; }
p { color: rgb(196,11,81); }
H1.HeaderClassName
{
color: #C40B51;
}
.AnyTagClassName
{
color: #C40B51;
}
</style>
background-color css
<style>
a { background-color: #C40B51; }
a { background-color: rgb(196,11,81); }
div.DivClassName
{
background-color: #C40B51;
}
.BgClassName
{
background-color: #C40B51;
}
</style>
border-color css
<style>
span { border-color: #C40B51; }
span { border-color: rgb(196,11,81); }
td.TdClassName
{
border-color: #C40B51;
}
.TagClassName
{
border-color: #C40B51;
}
</style>