Shades of Ruby #C3115B
Tints of Ruby #C3115B
RGB
CMYK
RGB Variations
Color information
#C3115B (or 0xC3115B) is known color: Ruby. HEX triplet: C3, 11 and 5B. RGB value is (195,17,91). Sum of RGB (Red+Green+Blue) = 195+17+91=303 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.36% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 195 - color contains mainly: red. Hex color #C3115B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3115B is #3CEEA4. Grayscale: #4E4E4E. Windows color (decimal): -3993253 or 5968323. OLE color: 5968323.
HSL color Cylindrical-coordinate representation of color #C3115B: hue angle of 335.06º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C3115B is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 17 | 91 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.24 |
| HSL | 335.06º | 0.84% | 0.42% | - |
| HSV(B) | 335.06º | 0.91% | 0.76% | - |
| XYZ | 24.59 | 12.76 | 11.06 | - |
| YUV | 78.66 | 134.97 | 210.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 17 | 91 | 0 | 0.91 | 0.53 | 0.24 | 335.06 | 0.84 | 0.42 |
| Hex | C3 | 11 | 5B | 0 | 5B | 35 | 18 | 14F | 54 | 2A |
| Octal | 303 | 21 | 133 | 0 | 133 | 65 | 30 | 517 | 124 | 52 |
| Binary | 11000011 | 10001 | 1011011 | 0 | 1011011 | 110101 | 11000 | 101001111 | 1010100 | 101010 |
Color Harmonies of #C3115B
Complementary color
Monochromatic Colors of #C3115B
Black with #C3115B
Text Example
Text Example
White with #C3115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3115B; }
p { color: rgb(195,17,91); }
H1.HeaderClassName
{
color: #C3115B;
}
.AnyTagClassName
{
color: #C3115B;
}
</style>
background-color css
<style>
a { background-color: #C3115B; }
a { background-color: rgb(195,17,91); }
div.DivClassName
{
background-color: #C3115B;
}
.BgClassName
{
background-color: #C3115B;
}
</style>
border-color css
<style>
span { border-color: #C3115B; }
span { border-color: rgb(195,17,91); }
td.TdClassName
{
border-color: #C3115B;
}
.TagClassName
{
border-color: #C3115B;
}
</style>