Shades of Ruby #C4135B
Tints of Ruby #C4135B
RGB
CMYK
RGB Variations
Color information
#C4135B (or 0xC4135B) is known color: Ruby. HEX triplet: C4, 13 and 5B. RGB value is (196,19,91). Sum of RGB (Red+Green+Blue) = 196+19+91=306 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.05% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 196 - color contains mainly: red. Hex color #C4135B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4135B is #3BECA4. Grayscale: #505050. Windows color (decimal): -3927205 or 5968836. OLE color: 5968836.
HSL color Cylindrical-coordinate representation of color #C4135B: hue angle of 335.59º 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 #C4135B is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 19 | 91 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.23 |
| HSL | 335.59º | 0.82% | 0.42% | - |
| HSV(B) | 335.59º | 0.9% | 0.77% | - |
| XYZ | 24.89 | 12.96 | 11.09 | - |
| YUV | 80.13 | 134.14 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 19 | 91 | 0 | 0.90 | 0.54 | 0.23 | 335.59 | 0.82 | 0.42 |
| Hex | C4 | 13 | 5B | 0 | 5A | 36 | 17 | 150 | 52 | 2A |
| Octal | 304 | 23 | 133 | 0 | 132 | 66 | 27 | 520 | 122 | 52 |
| Binary | 11000100 | 10011 | 1011011 | 0 | 1011010 | 110110 | 10111 | 101010000 | 1010010 | 101010 |
Color Harmonies of #C4135B
Complementary color
Monochromatic Colors of #C4135B
Black with #C4135B
Text Example
Text Example
White with #C4135B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4135B; }
p { color: rgb(196,19,91); }
H1.HeaderClassName
{
color: #C4135B;
}
.AnyTagClassName
{
color: #C4135B;
}
</style>
background-color css
<style>
a { background-color: #C4135B; }
a { background-color: rgb(196,19,91); }
div.DivClassName
{
background-color: #C4135B;
}
.BgClassName
{
background-color: #C4135B;
}
</style>
border-color css
<style>
span { border-color: #C4135B; }
span { border-color: rgb(196,19,91); }
td.TdClassName
{
border-color: #C4135B;
}
.TagClassName
{
border-color: #C4135B;
}
</style>