Shades of Ruby #C30B52
Tints of Ruby #C30B52
RGB
CMYK
RGB Variations
Color information
#C30B52 (or 0xC30B52) is known color: Ruby. HEX triplet: C3, 0B and 52. RGB value is (195,11,82). Sum of RGB (Red+Green+Blue) = 195+11+82=288 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.71% from 288); Green value is 11 (4.69% from 255 or 3.82% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 195 - color contains mainly: red. Hex color #C30B52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30B52 is #3CF4AD. Grayscale: #4A4A4A. Windows color (decimal): -3994798 or 5376963. OLE color: 5376963.
HSL color Cylindrical-coordinate representation of color #C30B52: hue angle of 336.85º 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 #C30B52 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 11 | 82 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.24 |
| HSL | 336.85º | 0.89% | 0.4% | - |
| HSV(B) | 336.85º | 0.94% | 0.76% | - |
| XYZ | 24.15 | 12.45 | 9.11 | - |
| YUV | 74.11 | 132.46 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 11 | 82 | 0 | 0.94 | 0.58 | 0.24 | 336.85 | 0.89 | 0.4 |
| Hex | C3 | B | 52 | 0 | 5E | 3A | 18 | 151 | 59 | 28 |
| Octal | 303 | 13 | 122 | 0 | 136 | 72 | 30 | 521 | 131 | 50 |
| Binary | 11000011 | 1011 | 1010010 | 0 | 1011110 | 111010 | 11000 | 101010001 | 1011001 | 101000 |
Color Harmonies of #C30B52
Complementary color
Monochromatic Colors of #C30B52
Black with #C30B52
Text Example
Text Example
White with #C30B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30B52; }
p { color: rgb(195,11,82); }
H1.HeaderClassName
{
color: #C30B52;
}
.AnyTagClassName
{
color: #C30B52;
}
</style>
background-color css
<style>
a { background-color: #C30B52; }
a { background-color: rgb(195,11,82); }
div.DivClassName
{
background-color: #C30B52;
}
.BgClassName
{
background-color: #C30B52;
}
</style>
border-color css
<style>
span { border-color: #C30B52; }
span { border-color: rgb(195,11,82); }
td.TdClassName
{
border-color: #C30B52;
}
.TagClassName
{
border-color: #C30B52;
}
</style>