Shades of Ruby #C50752
Tints of Ruby #C50752
RGB
CMYK
RGB Variations
Color information
#C50752 (or 0xC50752) is known color: Ruby. HEX triplet: C5, 07 and 52. RGB value is (197,7,82). Sum of RGB (Red+Green+Blue) = 197+7+82=286 (37% of max value = 765). Red value is 197 (77.34% from 255 or 68.88% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 197 - color contains mainly: red. Hex color #C50752 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50752 is #3AF8AD. Grayscale: #484848. Windows color (decimal): -3864750 or 5375941. OLE color: 5375941.
HSL color Cylindrical-coordinate representation of color #C50752: hue angle of 336.32º degrees, saturation: 0.93, 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 #C50752 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 7 | 82 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.23 |
| HSL | 336.32º | 0.93% | 0.4% | - |
| HSV(B) | 336.32º | 0.96% | 0.77% | - |
| XYZ | 24.62 | 12.63 | 9.12 | - |
| YUV | 72.36 | 133.45 | 216.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 82 | 0 | 0.96 | 0.58 | 0.23 | 336.32 | 0.93 | 0.4 |
| Hex | C5 | 7 | 52 | 0 | 60 | 3A | 17 | 150 | 5D | 28 |
| Octal | 305 | 7 | 122 | 0 | 140 | 72 | 27 | 520 | 135 | 50 |
| Binary | 11000101 | 111 | 1010010 | 0 | 1100000 | 111010 | 10111 | 101010000 | 1011101 | 101000 |
Color Harmonies of #C50752
Complementary color
Monochromatic Colors of #C50752
Black with #C50752
Text Example
Text Example
White with #C50752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50752; }
p { color: rgb(197,7,82); }
H1.HeaderClassName
{
color: #C50752;
}
.AnyTagClassName
{
color: #C50752;
}
</style>
background-color css
<style>
a { background-color: #C50752; }
a { background-color: rgb(197,7,82); }
div.DivClassName
{
background-color: #C50752;
}
.BgClassName
{
background-color: #C50752;
}
</style>
border-color css
<style>
span { border-color: #C50752; }
span { border-color: rgb(197,7,82); }
td.TdClassName
{
border-color: #C50752;
}
.TagClassName
{
border-color: #C50752;
}
</style>