Shades of Ruby #C40D56
Tints of Ruby #C40D56
RGB
CMYK
RGB Variations
Color information
#C40D56 (or 0xC40D56) is known color: Ruby. HEX triplet: C4, 0D and 56. RGB value is (196,13,86). Sum of RGB (Red+Green+Blue) = 196+13+86=295 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.44% from 295); Green value is 13 (5.47% from 255 or 4.41% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 196 - color contains mainly: red. Hex color #C40D56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40D56 is #3BF2A9. Grayscale: #4B4B4B. Windows color (decimal): -3928746 or 5639620. OLE color: 5639620.
HSL color Cylindrical-coordinate representation of color #C40D56: hue angle of 336.07º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C40D56 is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 13 | 86 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.23 |
| HSL | 336.07º | 0.88% | 0.41% | - |
| HSV(B) | 336.07º | 0.93% | 0.77% | - |
| XYZ | 24.59 | 12.7 | 9.96 | - |
| YUV | 76.04 | 133.63 | 213.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 13 | 86 | 0 | 0.93 | 0.56 | 0.23 | 336.07 | 0.88 | 0.41 |
| Hex | C4 | D | 56 | 0 | 5D | 38 | 17 | 150 | 58 | 29 |
| Octal | 304 | 15 | 126 | 0 | 135 | 70 | 27 | 520 | 130 | 51 |
| Binary | 11000100 | 1101 | 1010110 | 0 | 1011101 | 111000 | 10111 | 101010000 | 1011000 | 101001 |
Color Harmonies of #C40D56
Complementary color
Monochromatic Colors of #C40D56
Black with #C40D56
Text Example
Text Example
White with #C40D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40D56; }
p { color: rgb(196,13,86); }
H1.HeaderClassName
{
color: #C40D56;
}
.AnyTagClassName
{
color: #C40D56;
}
</style>
background-color css
<style>
a { background-color: #C40D56; }
a { background-color: rgb(196,13,86); }
div.DivClassName
{
background-color: #C40D56;
}
.BgClassName
{
background-color: #C40D56;
}
</style>
border-color css
<style>
span { border-color: #C40D56; }
span { border-color: rgb(196,13,86); }
td.TdClassName
{
border-color: #C40D56;
}
.TagClassName
{
border-color: #C40D56;
}
</style>