Shades of Ruby #C3145B
Tints of Ruby #C3145B
RGB
CMYK
RGB Variations
Color information
#C3145B (or 0xC3145B) is known color: Ruby. HEX triplet: C3, 14 and 5B. RGB value is (195,20,91). Sum of RGB (Red+Green+Blue) = 195+20+91=306 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.73% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 195 - color contains mainly: red. Hex color #C3145B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3145B is #3CEBA4. Grayscale: #505050. Windows color (decimal): -3992485 or 5969091. OLE color: 5969091.
HSL color Cylindrical-coordinate representation of color #C3145B: hue angle of 335.66º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C3145B is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 20 | 91 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.24 |
| HSL | 335.66º | 0.81% | 0.42% | - |
| HSV(B) | 335.66º | 0.9% | 0.76% | - |
| XYZ | 24.64 | 12.86 | 11.08 | - |
| YUV | 80.42 | 133.98 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 91 | 0 | 0.90 | 0.53 | 0.24 | 335.66 | 0.81 | 0.42 |
| Hex | C3 | 14 | 5B | 0 | 5A | 35 | 18 | 150 | 51 | 2A |
| Octal | 303 | 24 | 133 | 0 | 132 | 65 | 30 | 520 | 121 | 52 |
| Binary | 11000011 | 10100 | 1011011 | 0 | 1011010 | 110101 | 11000 | 101010000 | 1010001 | 101010 |
Color Harmonies of #C3145B
Complementary color
Monochromatic Colors of #C3145B
Black with #C3145B
Text Example
Text Example
White with #C3145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3145B; }
p { color: rgb(195,20,91); }
H1.HeaderClassName
{
color: #C3145B;
}
.AnyTagClassName
{
color: #C3145B;
}
</style>
background-color css
<style>
a { background-color: #C3145B; }
a { background-color: rgb(195,20,91); }
div.DivClassName
{
background-color: #C3145B;
}
.BgClassName
{
background-color: #C3145B;
}
</style>
border-color css
<style>
span { border-color: #C3145B; }
span { border-color: rgb(195,20,91); }
td.TdClassName
{
border-color: #C3145B;
}
.TagClassName
{
border-color: #C3145B;
}
</style>