Shades of Ruby #C51152
Tints of Ruby #C51152
RGB
CMYK
RGB Variations
Color information
#C51152 (or 0xC51152) is known color: Ruby. HEX triplet: C5, 11 and 52. RGB value is (197,17,82). Sum of RGB (Red+Green+Blue) = 197+17+82=296 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.55% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 82 (32.42% from 255 or 27.70% from 296); Max value from RGB is 197 - color contains mainly: red. Hex color #C51152 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51152 is #3AEEAD. Grayscale: #4E4E4E. Windows color (decimal): -3862190 or 5378501. OLE color: 5378501.
HSL color Cylindrical-coordinate representation of color #C51152: hue angle of 338.33º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C51152 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 17 | 82 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.23 |
| HSL | 338.33º | 0.84% | 0.42% | - |
| HSV(B) | 338.33º | 0.91% | 0.77% | - |
| XYZ | 24.75 | 12.88 | 9.16 | - |
| YUV | 78.23 | 130.13 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 17 | 82 | 0 | 0.91 | 0.58 | 0.23 | 338.33 | 0.84 | 0.42 |
| Hex | C5 | 11 | 52 | 0 | 5B | 3A | 17 | 152 | 54 | 2A |
| Octal | 305 | 21 | 122 | 0 | 133 | 72 | 27 | 522 | 124 | 52 |
| Binary | 11000101 | 10001 | 1010010 | 0 | 1011011 | 111010 | 10111 | 101010010 | 1010100 | 101010 |
Color Harmonies of #C51152
Complementary color
Monochromatic Colors of #C51152
Black with #C51152
Text Example
Text Example
White with #C51152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51152; }
p { color: rgb(197,17,82); }
H1.HeaderClassName
{
color: #C51152;
}
.AnyTagClassName
{
color: #C51152;
}
</style>
background-color css
<style>
a { background-color: #C51152; }
a { background-color: rgb(197,17,82); }
div.DivClassName
{
background-color: #C51152;
}
.BgClassName
{
background-color: #C51152;
}
</style>
border-color css
<style>
span { border-color: #C51152; }
span { border-color: rgb(197,17,82); }
td.TdClassName
{
border-color: #C51152;
}
.TagClassName
{
border-color: #C51152;
}
</style>