Shades of Ruby #C4105B
Tints of Ruby #C4105B
RGB
CMYK
RGB Variations
Color information
#C4105B (or 0xC4105B) is known color: Ruby. HEX triplet: C4, 10 and 5B. RGB value is (196,16,91). Sum of RGB (Red+Green+Blue) = 196+16+91=303 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.69% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 196 - color contains mainly: red. Hex color #C4105B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4105B is #3BEFA4. Grayscale: #4E4E4E. Windows color (decimal): -3927973 or 5968068. OLE color: 5968068.
HSL color Cylindrical-coordinate representation of color #C4105B: hue angle of 335º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4105B is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 16 | 91 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.23 |
| HSL | 335º | 0.85% | 0.42% | - |
| HSV(B) | 335º | 0.92% | 0.77% | - |
| XYZ | 24.84 | 12.86 | 11.07 | - |
| YUV | 78.37 | 135.13 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 16 | 91 | 0 | 0.92 | 0.54 | 0.23 | 335 | 0.85 | 0.42 |
| Hex | C4 | 10 | 5B | 0 | 5C | 36 | 17 | 14F | 55 | 2A |
| Octal | 304 | 20 | 133 | 0 | 134 | 66 | 27 | 517 | 125 | 52 |
| Binary | 11000100 | 10000 | 1011011 | 0 | 1011100 | 110110 | 10111 | 101001111 | 1010101 | 101010 |
Color Harmonies of #C4105B
Complementary color
Monochromatic Colors of #C4105B
Black with #C4105B
Text Example
Text Example
White with #C4105B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4105B; }
p { color: rgb(196,16,91); }
H1.HeaderClassName
{
color: #C4105B;
}
.AnyTagClassName
{
color: #C4105B;
}
</style>
background-color css
<style>
a { background-color: #C4105B; }
a { background-color: rgb(196,16,91); }
div.DivClassName
{
background-color: #C4105B;
}
.BgClassName
{
background-color: #C4105B;
}
</style>
border-color css
<style>
span { border-color: #C4105B; }
span { border-color: rgb(196,16,91); }
td.TdClassName
{
border-color: #C4105B;
}
.TagClassName
{
border-color: #C4105B;
}
</style>