Shades of Ruby #C30850
Tints of Ruby #C30850
RGB
CMYK
RGB Variations
Color information
#C30850 (or 0xC30850) is known color: Ruby. HEX triplet: C3, 08 and 50. RGB value is (195,8,80). Sum of RGB (Red+Green+Blue) = 195+8+80=283 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.90% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 195 - color contains mainly: red. Hex color #C30850 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30850 is #3CF7AF. Grayscale: #484848. Windows color (decimal): -3995568 or 5245123. OLE color: 5245123.
HSL color Cylindrical-coordinate representation of color #C30850: hue angle of 336.9º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C30850 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 8 | 80 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.24 |
| HSL | 336.9º | 0.92% | 0.4% | - |
| HSV(B) | 336.9º | 0.96% | 0.76% | - |
| XYZ | 24.04 | 12.35 | 8.71 | - |
| YUV | 72.12 | 132.45 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 8 | 80 | 0 | 0.96 | 0.59 | 0.24 | 336.9 | 0.92 | 0.4 |
| Hex | C3 | 8 | 50 | 0 | 60 | 3B | 18 | 151 | 5C | 28 |
| Octal | 303 | 10 | 120 | 0 | 140 | 73 | 30 | 521 | 134 | 50 |
| Binary | 11000011 | 1000 | 1010000 | 0 | 1100000 | 111011 | 11000 | 101010001 | 1011100 | 101000 |
Color Harmonies of #C30850
Complementary color
Monochromatic Colors of #C30850
Black with #C30850
Text Example
Text Example
White with #C30850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30850; }
p { color: rgb(195,8,80); }
H1.HeaderClassName
{
color: #C30850;
}
.AnyTagClassName
{
color: #C30850;
}
</style>
background-color css
<style>
a { background-color: #C30850; }
a { background-color: rgb(195,8,80); }
div.DivClassName
{
background-color: #C30850;
}
.BgClassName
{
background-color: #C30850;
}
</style>
border-color css
<style>
span { border-color: #C30850; }
span { border-color: rgb(195,8,80); }
td.TdClassName
{
border-color: #C30850;
}
.TagClassName
{
border-color: #C30850;
}
</style>