Shades of Ruby #C4175B
Tints of Ruby #C4175B
RGB
CMYK
RGB Variations
Color information
#C4175B (or 0xC4175B) is known color: Ruby. HEX triplet: C4, 17 and 5B. RGB value is (196,23,91). Sum of RGB (Red+Green+Blue) = 196+23+91=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C4175B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4175B is #3BE8A4. Grayscale: #525252. Windows color (decimal): -3926181 or 5969860. OLE color: 5969860.
HSL color Cylindrical-coordinate representation of color #C4175B: hue angle of 336.42º degrees, saturation: 0.79, 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 #C4175B is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 23 | 91 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.23 |
| HSL | 336.42º | 0.79% | 0.43% | - |
| HSV(B) | 336.42º | 0.88% | 0.77% | - |
| XYZ | 24.96 | 13.1 | 11.11 | - |
| YUV | 82.48 | 132.81 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 23 | 91 | 0 | 0.88 | 0.54 | 0.23 | 336.42 | 0.79 | 0.43 |
| Hex | C4 | 17 | 5B | 0 | 58 | 36 | 17 | 150 | 4F | 2B |
| Octal | 304 | 27 | 133 | 0 | 130 | 66 | 27 | 520 | 117 | 53 |
| Binary | 11000100 | 10111 | 1011011 | 0 | 1011000 | 110110 | 10111 | 101010000 | 1001111 | 101011 |
Color Harmonies of #C4175B
Complementary color
Monochromatic Colors of #C4175B
Black with #C4175B
Text Example
Text Example
White with #C4175B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4175B; }
p { color: rgb(196,23,91); }
H1.HeaderClassName
{
color: #C4175B;
}
.AnyTagClassName
{
color: #C4175B;
}
</style>
background-color css
<style>
a { background-color: #C4175B; }
a { background-color: rgb(196,23,91); }
div.DivClassName
{
background-color: #C4175B;
}
.BgClassName
{
background-color: #C4175B;
}
</style>
border-color css
<style>
span { border-color: #C4175B; }
span { border-color: rgb(196,23,91); }
td.TdClassName
{
border-color: #C4175B;
}
.TagClassName
{
border-color: #C4175B;
}
</style>