Shades of Ruby #C4115A
Tints of Ruby #C4115A
RGB
CMYK
RGB Variations
Color information
#C4115A (or 0xC4115A) is known color: Ruby. HEX triplet: C4, 11 and 5A. RGB value is (196,17,90). Sum of RGB (Red+Green+Blue) = 196+17+90=303 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.69% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 196 - color contains mainly: red. Hex color #C4115A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4115A is #3BEEA5. Grayscale: #4E4E4E. Windows color (decimal): -3927718 or 5902788. OLE color: 5902788.
HSL color Cylindrical-coordinate representation of color #C4115A: hue angle of 335.53º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C4115A is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 17 | 90 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.23 |
| HSL | 335.53º | 0.84% | 0.42% | - |
| HSV(B) | 335.53º | 0.91% | 0.77% | - |
| XYZ | 24.81 | 12.87 | 10.85 | - |
| YUV | 78.84 | 134.3 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 17 | 90 | 0 | 0.91 | 0.54 | 0.23 | 335.53 | 0.84 | 0.42 |
| Hex | C4 | 11 | 5A | 0 | 5B | 36 | 17 | 150 | 54 | 2A |
| Octal | 304 | 21 | 132 | 0 | 133 | 66 | 27 | 520 | 124 | 52 |
| Binary | 11000100 | 10001 | 1011010 | 0 | 1011011 | 110110 | 10111 | 101010000 | 1010100 | 101010 |
Color Harmonies of #C4115A
Complementary color
Monochromatic Colors of #C4115A
Black with #C4115A
Text Example
Text Example
White with #C4115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4115A; }
p { color: rgb(196,17,90); }
H1.HeaderClassName
{
color: #C4115A;
}
.AnyTagClassName
{
color: #C4115A;
}
</style>
background-color css
<style>
a { background-color: #C4115A; }
a { background-color: rgb(196,17,90); }
div.DivClassName
{
background-color: #C4115A;
}
.BgClassName
{
background-color: #C4115A;
}
</style>
border-color css
<style>
span { border-color: #C4115A; }
span { border-color: rgb(196,17,90); }
td.TdClassName
{
border-color: #C4115A;
}
.TagClassName
{
border-color: #C4115A;
}
</style>