Shades of Ruby #C4135C
Tints of Ruby #C4135C
RGB
CMYK
RGB Variations
Color information
#C4135C (or 0xC4135C) is known color: Ruby. HEX triplet: C4, 13 and 5C. RGB value is (196,19,92). Sum of RGB (Red+Green+Blue) = 196+19+92=307 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.84% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 196 - color contains mainly: red. Hex color #C4135C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4135C is #3BECA3. Grayscale: #505050. Windows color (decimal): -3927204 or 6034372. OLE color: 6034372.
HSL color Cylindrical-coordinate representation of color #C4135C: hue angle of 335.25º 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 #C4135C is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 19 | 92 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.23 |
| HSL | 335.25º | 0.82% | 0.42% | - |
| HSV(B) | 335.25º | 0.9% | 0.77% | - |
| XYZ | 24.93 | 12.97 | 11.32 | - |
| YUV | 80.25 | 134.64 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 19 | 92 | 0 | 0.90 | 0.53 | 0.23 | 335.25 | 0.82 | 0.42 |
| Hex | C4 | 13 | 5C | 0 | 5A | 35 | 17 | 14F | 52 | 2A |
| Octal | 304 | 23 | 134 | 0 | 132 | 65 | 27 | 517 | 122 | 52 |
| Binary | 11000100 | 10011 | 1011100 | 0 | 1011010 | 110101 | 10111 | 101001111 | 1010010 | 101010 |
Color Harmonies of #C4135C
Complementary color
Monochromatic Colors of #C4135C
Black with #C4135C
Text Example
Text Example
White with #C4135C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4135C; }
p { color: rgb(196,19,92); }
H1.HeaderClassName
{
color: #C4135C;
}
.AnyTagClassName
{
color: #C4135C;
}
</style>
background-color css
<style>
a { background-color: #C4135C; }
a { background-color: rgb(196,19,92); }
div.DivClassName
{
background-color: #C4135C;
}
.BgClassName
{
background-color: #C4135C;
}
</style>
border-color css
<style>
span { border-color: #C4135C; }
span { border-color: rgb(196,19,92); }
td.TdClassName
{
border-color: #C4135C;
}
.TagClassName
{
border-color: #C4135C;
}
</style>