Shades of Ruby #C30B55
Tints of Ruby #C30B55
RGB
CMYK
RGB Variations
Color information
#C30B55 (or 0xC30B55) is known color: Ruby. HEX triplet: C3, 0B and 55. RGB value is (195,11,85). Sum of RGB (Red+Green+Blue) = 195+11+85=291 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.01% from 291); Green value is 11 (4.69% from 255 or 3.78% from 291); Blue value is 85 (33.59% from 255 or 29.21% from 291); Max value from RGB is 195 - color contains mainly: red. Hex color #C30B55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30B55 is #3CF4AA. Grayscale: #4A4A4A. Windows color (decimal): -3994795 or 5573571. OLE color: 5573571.
HSL color Cylindrical-coordinate representation of color #C30B55: hue angle of 335.87º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30B55 is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 11 | 85 | - |
| CMYK | 0 | 0.94 | 0.56 | 0.24 |
| HSL | 335.87º | 0.89% | 0.4% | - |
| HSV(B) | 335.87º | 0.94% | 0.76% | - |
| XYZ | 24.27 | 12.5 | 9.73 | - |
| YUV | 74.45 | 133.96 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 11 | 85 | 0 | 0.94 | 0.56 | 0.24 | 335.87 | 0.89 | 0.4 |
| Hex | C3 | B | 55 | 0 | 5E | 38 | 18 | 150 | 59 | 28 |
| Octal | 303 | 13 | 125 | 0 | 136 | 70 | 30 | 520 | 131 | 50 |
| Binary | 11000011 | 1011 | 1010101 | 0 | 1011110 | 111000 | 11000 | 101010000 | 1011001 | 101000 |
Color Harmonies of #C30B55
Complementary color
Monochromatic Colors of #C30B55
Black with #C30B55
Text Example
Text Example
White with #C30B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30B55; }
p { color: rgb(195,11,85); }
H1.HeaderClassName
{
color: #C30B55;
}
.AnyTagClassName
{
color: #C30B55;
}
</style>
background-color css
<style>
a { background-color: #C30B55; }
a { background-color: rgb(195,11,85); }
div.DivClassName
{
background-color: #C30B55;
}
.BgClassName
{
background-color: #C30B55;
}
</style>
border-color css
<style>
span { border-color: #C30B55; }
span { border-color: rgb(195,11,85); }
td.TdClassName
{
border-color: #C30B55;
}
.TagClassName
{
border-color: #C30B55;
}
</style>