Shades of Ruby #C30652
Tints of Ruby #C30652
RGB
CMYK
RGB Variations
Color information
#C30652 (or 0xC30652) is known color: Ruby. HEX triplet: C3, 06 and 52. RGB value is (195,6,82). Sum of RGB (Red+Green+Blue) = 195+6+82=283 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.90% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 195 - color contains mainly: red. Hex color #C30652 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30652 is #3CF9AD. Grayscale: #474747. Windows color (decimal): -3996078 or 5375683. OLE color: 5375683.
HSL color Cylindrical-coordinate representation of color #C30652: hue angle of 335.87º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C30652 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 6 | 82 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.24 |
| HSL | 335.87º | 0.94% | 0.39% | - |
| HSV(B) | 335.87º | 0.97% | 0.76% | - |
| XYZ | 24.09 | 12.34 | 9.09 | - |
| YUV | 71.18 | 134.12 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 6 | 82 | 0 | 0.97 | 0.58 | 0.24 | 335.87 | 0.94 | 0.39 |
| Hex | C3 | 6 | 52 | 0 | 61 | 3A | 18 | 150 | 5E | 27 |
| Octal | 303 | 6 | 122 | 0 | 141 | 72 | 30 | 520 | 136 | 47 |
| Binary | 11000011 | 110 | 1010010 | 0 | 1100001 | 111010 | 11000 | 101010000 | 1011110 | 100111 |
Color Harmonies of #C30652
Complementary color
Monochromatic Colors of #C30652
Black with #C30652
Text Example
Text Example
White with #C30652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30652; }
p { color: rgb(195,6,82); }
H1.HeaderClassName
{
color: #C30652;
}
.AnyTagClassName
{
color: #C30652;
}
</style>
background-color css
<style>
a { background-color: #C30652; }
a { background-color: rgb(195,6,82); }
div.DivClassName
{
background-color: #C30652;
}
.BgClassName
{
background-color: #C30652;
}
</style>
border-color css
<style>
span { border-color: #C30652; }
span { border-color: rgb(195,6,82); }
td.TdClassName
{
border-color: #C30652;
}
.TagClassName
{
border-color: #C30652;
}
</style>