Shades of Ruby #C4135A
Tints of Ruby #C4135A
RGB
CMYK
RGB Variations
Color information
#C4135A (or 0xC4135A) is known color: Ruby. HEX triplet: C4, 13 and 5A. RGB value is (196,19,90). Sum of RGB (Red+Green+Blue) = 196+19+90=305 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.26% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 196 - color contains mainly: red. Hex color #C4135A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4135A is #3BECA5. Grayscale: #4F4F4F. Windows color (decimal): -3927206 or 5903300. OLE color: 5903300.
HSL color Cylindrical-coordinate representation of color #C4135A: hue angle of 335.93º 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 #C4135A is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 19 | 90 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.23 |
| HSL | 335.93º | 0.82% | 0.42% | - |
| HSV(B) | 335.93º | 0.9% | 0.77% | - |
| XYZ | 24.84 | 12.94 | 10.86 | - |
| YUV | 80.02 | 133.64 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 19 | 90 | 0 | 0.90 | 0.54 | 0.23 | 335.93 | 0.82 | 0.42 |
| Hex | C4 | 13 | 5A | 0 | 5A | 36 | 17 | 150 | 52 | 2A |
| Octal | 304 | 23 | 132 | 0 | 132 | 66 | 27 | 520 | 122 | 52 |
| Binary | 11000100 | 10011 | 1011010 | 0 | 1011010 | 110110 | 10111 | 101010000 | 1010010 | 101010 |
Color Harmonies of #C4135A
Complementary color
Monochromatic Colors of #C4135A
Black with #C4135A
Text Example
Text Example
White with #C4135A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4135A; }
p { color: rgb(196,19,90); }
H1.HeaderClassName
{
color: #C4135A;
}
.AnyTagClassName
{
color: #C4135A;
}
</style>
background-color css
<style>
a { background-color: #C4135A; }
a { background-color: rgb(196,19,90); }
div.DivClassName
{
background-color: #C4135A;
}
.BgClassName
{
background-color: #C4135A;
}
</style>
border-color css
<style>
span { border-color: #C4135A; }
span { border-color: rgb(196,19,90); }
td.TdClassName
{
border-color: #C4135A;
}
.TagClassName
{
border-color: #C4135A;
}
</style>