Shades of Ruby #C5135B
Tints of Ruby #C5135B
RGB
CMYK
RGB Variations
Color information
#C5135B (or 0xC5135B) is known color: Ruby. HEX triplet: C5, 13 and 5B. RGB value is (197,19,91). Sum of RGB (Red+Green+Blue) = 197+19+91=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C5135B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5135B is #3AECA4. Grayscale: #505050. Windows color (decimal): -3861669 or 5968837. OLE color: 5968837.
HSL color Cylindrical-coordinate representation of color #C5135B: hue angle of 335.73º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5135B is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 91 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.23 |
| HSL | 335.73º | 0.82% | 0.42% | - |
| HSV(B) | 335.73º | 0.9% | 0.77% | - |
| XYZ | 25.15 | 13.09 | 11.1 | - |
| YUV | 80.43 | 133.97 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 91 | 0 | 0.90 | 0.54 | 0.23 | 335.73 | 0.82 | 0.42 |
| Hex | C5 | 13 | 5B | 0 | 5A | 36 | 17 | 150 | 52 | 2A |
| Octal | 305 | 23 | 133 | 0 | 132 | 66 | 27 | 520 | 122 | 52 |
| Binary | 11000101 | 10011 | 1011011 | 0 | 1011010 | 110110 | 10111 | 101010000 | 1010010 | 101010 |
Color Harmonies of #C5135B
Complementary color
Monochromatic Colors of #C5135B
Black with #C5135B
Text Example
Text Example
White with #C5135B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5135B; }
p { color: rgb(197,19,91); }
H1.HeaderClassName
{
color: #C5135B;
}
.AnyTagClassName
{
color: #C5135B;
}
</style>
background-color css
<style>
a { background-color: #C5135B; }
a { background-color: rgb(197,19,91); }
div.DivClassName
{
background-color: #C5135B;
}
.BgClassName
{
background-color: #C5135B;
}
</style>
border-color css
<style>
span { border-color: #C5135B; }
span { border-color: rgb(197,19,91); }
td.TdClassName
{
border-color: #C5135B;
}
.TagClassName
{
border-color: #C5135B;
}
</style>