Shades of Ruby #C5035B
Tints of Ruby #C5035B
RGB
CMYK
RGB Variations
Color information
#C5035B (or 0xC5035B) is known color: Ruby. HEX triplet: C5, 03 and 5B. RGB value is (197,3,91). Sum of RGB (Red+Green+Blue) = 197+3+91=291 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.70% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 197 - color contains mainly: red. Hex color #C5035B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5035B is #3AFCA4. Grayscale: #464646. Windows color (decimal): -3865765 or 5964741. OLE color: 5964741.
HSL color Cylindrical-coordinate representation of color #C5035B: hue angle of 332.78º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C5035B is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 3 | 91 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.23 |
| HSL | 332.78º | 0.97% | 0.39% | - |
| HSV(B) | 332.78º | 0.98% | 0.77% | - |
| XYZ | 24.95 | 12.69 | 11.03 | - |
| YUV | 71.04 | 139.27 | 217.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 91 | 0 | 0.98 | 0.54 | 0.23 | 332.78 | 0.97 | 0.39 |
| Hex | C5 | 3 | 5B | 0 | 62 | 36 | 17 | 14D | 61 | 27 |
| Octal | 305 | 3 | 133 | 0 | 142 | 66 | 27 | 515 | 141 | 47 |
| Binary | 11000101 | 11 | 1011011 | 0 | 1100010 | 110110 | 10111 | 101001101 | 1100001 | 100111 |
Color Harmonies of #C5035B
Complementary color
Monochromatic Colors of #C5035B
Black with #C5035B
Text Example
Text Example
White with #C5035B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5035B; }
p { color: rgb(197,3,91); }
H1.HeaderClassName
{
color: #C5035B;
}
.AnyTagClassName
{
color: #C5035B;
}
</style>
background-color css
<style>
a { background-color: #C5035B; }
a { background-color: rgb(197,3,91); }
div.DivClassName
{
background-color: #C5035B;
}
.BgClassName
{
background-color: #C5035B;
}
</style>
border-color css
<style>
span { border-color: #C5035B; }
span { border-color: rgb(197,3,91); }
td.TdClassName
{
border-color: #C5035B;
}
.TagClassName
{
border-color: #C5035B;
}
</style>