Shades of Ruby #C4185B
Tints of Ruby #C4185B
RGB
CMYK
RGB Variations
Color information
#C4185B (or 0xC4185B) is known color: Ruby. HEX triplet: C4, 18 and 5B. RGB value is (196,24,91). Sum of RGB (Red+Green+Blue) = 196+24+91=311 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.02% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 196 - color contains mainly: red. Hex color #C4185B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4185B is #3BE7A4. Grayscale: #525252. Windows color (decimal): -3925925 or 5970116. OLE color: 5970116.
HSL color Cylindrical-coordinate representation of color #C4185B: hue angle of 336.63º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C4185B is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 24 | 91 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.23 |
| HSL | 336.63º | 0.78% | 0.43% | - |
| HSV(B) | 336.63º | 0.88% | 0.77% | - |
| XYZ | 24.98 | 13.14 | 11.12 | - |
| YUV | 83.07 | 132.48 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 24 | 91 | 0 | 0.88 | 0.54 | 0.23 | 336.63 | 0.78 | 0.43 |
| Hex | C4 | 18 | 5B | 0 | 58 | 36 | 17 | 151 | 4E | 2B |
| Octal | 304 | 30 | 133 | 0 | 130 | 66 | 27 | 521 | 116 | 53 |
| Binary | 11000100 | 11000 | 1011011 | 0 | 1011000 | 110110 | 10111 | 101010001 | 1001110 | 101011 |
Color Harmonies of #C4185B
Complementary color
Monochromatic Colors of #C4185B
Black with #C4185B
Text Example
Text Example
White with #C4185B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4185B; }
p { color: rgb(196,24,91); }
H1.HeaderClassName
{
color: #C4185B;
}
.AnyTagClassName
{
color: #C4185B;
}
</style>
background-color css
<style>
a { background-color: #C4185B; }
a { background-color: rgb(196,24,91); }
div.DivClassName
{
background-color: #C4185B;
}
.BgClassName
{
background-color: #C4185B;
}
</style>
border-color css
<style>
span { border-color: #C4185B; }
span { border-color: rgb(196,24,91); }
td.TdClassName
{
border-color: #C4185B;
}
.TagClassName
{
border-color: #C4185B;
}
</style>