Shades of Ruby #C30D53
Tints of Ruby #C30D53
RGB
CMYK
RGB Variations
Color information
#C30D53 (or 0xC30D53) is known color: Ruby. HEX triplet: C3, 0D and 53. RGB value is (195,13,83). Sum of RGB (Red+Green+Blue) = 195+13+83=291 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.01% from 291); Green value is 13 (5.47% from 255 or 4.47% from 291); Blue value is 83 (32.81% from 255 or 28.52% from 291); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D53 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30D53 is #3CF2AC. Grayscale: #4B4B4B. Windows color (decimal): -3994285 or 5443011. OLE color: 5443011.
HSL color Cylindrical-coordinate representation of color #C30D53: hue angle of 336.92º 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 #C30D53 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 13 | 83 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.24 |
| HSL | 336.92º | 0.88% | 0.41% | - |
| HSV(B) | 336.92º | 0.93% | 0.76% | - |
| XYZ | 24.21 | 12.51 | 9.32 | - |
| YUV | 75.4 | 132.3 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 13 | 83 | 0 | 0.93 | 0.57 | 0.24 | 336.92 | 0.88 | 0.41 |
| Hex | C3 | D | 53 | 0 | 5D | 39 | 18 | 151 | 58 | 29 |
| Octal | 303 | 15 | 123 | 0 | 135 | 71 | 30 | 521 | 130 | 51 |
| Binary | 11000011 | 1101 | 1010011 | 0 | 1011101 | 111001 | 11000 | 101010001 | 1011000 | 101001 |
Color Harmonies of #C30D53
Complementary color
Monochromatic Colors of #C30D53
Black with #C30D53
Text Example
Text Example
White with #C30D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30D53; }
p { color: rgb(195,13,83); }
H1.HeaderClassName
{
color: #C30D53;
}
.AnyTagClassName
{
color: #C30D53;
}
</style>
background-color css
<style>
a { background-color: #C30D53; }
a { background-color: rgb(195,13,83); }
div.DivClassName
{
background-color: #C30D53;
}
.BgClassName
{
background-color: #C30D53;
}
</style>
border-color css
<style>
span { border-color: #C30D53; }
span { border-color: rgb(195,13,83); }
td.TdClassName
{
border-color: #C30D53;
}
.TagClassName
{
border-color: #C30D53;
}
</style>