Shades of Ruby #C30D56
Tints of Ruby #C30D56
RGB
CMYK
RGB Variations
Color information
#C30D56 (or 0xC30D56) is known color: Ruby. HEX triplet: C3, 0D and 56. RGB value is (195,13,86). Sum of RGB (Red+Green+Blue) = 195+13+86=294 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.33% from 294); Green value is 13 (5.47% from 255 or 4.42% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30D56 is #3CF2A9. Grayscale: #4B4B4B. Windows color (decimal): -3994282 or 5639619. OLE color: 5639619.
HSL color Cylindrical-coordinate representation of color #C30D56: hue angle of 335.93º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C30D56 is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 13 | 86 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.24 |
| HSL | 335.93º | 0.88% | 0.41% | - |
| HSV(B) | 335.93º | 0.93% | 0.76% | - |
| XYZ | 24.33 | 12.56 | 9.95 | - |
| YUV | 75.74 | 133.8 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 13 | 86 | 0 | 0.93 | 0.56 | 0.24 | 335.93 | 0.88 | 0.41 |
| Hex | C3 | D | 56 | 0 | 5D | 38 | 18 | 150 | 58 | 29 |
| Octal | 303 | 15 | 126 | 0 | 135 | 70 | 30 | 520 | 130 | 51 |
| Binary | 11000011 | 1101 | 1010110 | 0 | 1011101 | 111000 | 11000 | 101010000 | 1011000 | 101001 |
Color Harmonies of #C30D56
Complementary color
Monochromatic Colors of #C30D56
Black with #C30D56
Text Example
Text Example
White with #C30D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30D56; }
p { color: rgb(195,13,86); }
H1.HeaderClassName
{
color: #C30D56;
}
.AnyTagClassName
{
color: #C30D56;
}
</style>
background-color css
<style>
a { background-color: #C30D56; }
a { background-color: rgb(195,13,86); }
div.DivClassName
{
background-color: #C30D56;
}
.BgClassName
{
background-color: #C30D56;
}
</style>
border-color css
<style>
span { border-color: #C30D56; }
span { border-color: rgb(195,13,86); }
td.TdClassName
{
border-color: #C30D56;
}
.TagClassName
{
border-color: #C30D56;
}
</style>