Shades of Ruby #C30F56
Tints of Ruby #C30F56
RGB
CMYK
RGB Variations
Color information
#C30F56 (or 0xC30F56) is known color: Ruby. HEX triplet: C3, 0F and 56. RGB value is (195,15,86). Sum of RGB (Red+Green+Blue) = 195+15+86=296 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.88% from 296); Green value is 15 (6.25% from 255 or 5.07% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 195 - color contains mainly: red. Hex color #C30F56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30F56 is #3CF0A9. Grayscale: #4C4C4C. Windows color (decimal): -3993770 or 5640131. OLE color: 5640131.
HSL color Cylindrical-coordinate representation of color #C30F56: hue angle of 336.33º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C30F56 is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 15 | 86 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.24 |
| HSL | 336.33º | 0.86% | 0.41% | - |
| HSV(B) | 336.33º | 0.92% | 0.76% | - |
| XYZ | 24.36 | 12.62 | 9.96 | - |
| YUV | 76.91 | 133.13 | 212.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 86 | 0 | 0.92 | 0.56 | 0.24 | 336.33 | 0.86 | 0.41 |
| Hex | C3 | F | 56 | 0 | 5C | 38 | 18 | 150 | 56 | 29 |
| Octal | 303 | 17 | 126 | 0 | 134 | 70 | 30 | 520 | 126 | 51 |
| Binary | 11000011 | 1111 | 1010110 | 0 | 1011100 | 111000 | 11000 | 101010000 | 1010110 | 101001 |
Color Harmonies of #C30F56
Complementary color
Monochromatic Colors of #C30F56
Black with #C30F56
Text Example
Text Example
White with #C30F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30F56; }
p { color: rgb(195,15,86); }
H1.HeaderClassName
{
color: #C30F56;
}
.AnyTagClassName
{
color: #C30F56;
}
</style>
background-color css
<style>
a { background-color: #C30F56; }
a { background-color: rgb(195,15,86); }
div.DivClassName
{
background-color: #C30F56;
}
.BgClassName
{
background-color: #C30F56;
}
</style>
border-color css
<style>
span { border-color: #C30F56; }
span { border-color: rgb(195,15,86); }
td.TdClassName
{
border-color: #C30F56;
}
.TagClassName
{
border-color: #C30F56;
}
</style>