Shades of Ruby #C30554
Tints of Ruby #C30554
RGB
CMYK
RGB Variations
Color information
#C30554 (or 0xC30554) is known color: Ruby. HEX triplet: C3, 05 and 54. RGB value is (195,5,84). Sum of RGB (Red+Green+Blue) = 195+5+84=284 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.66% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 84 (33.20% from 255 or 29.58% from 284); Max value from RGB is 195 - color contains mainly: red. Hex color #C30554 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30554 is #3CFAAB. Grayscale: #464646. Windows color (decimal): -3996332 or 5506499. OLE color: 5506499.
HSL color Cylindrical-coordinate representation of color #C30554: hue angle of 335.05º degrees, saturation: 0.95, 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 #C30554 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 5 | 84 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.24 |
| HSL | 335.05º | 0.95% | 0.39% | - |
| HSV(B) | 335.05º | 0.97% | 0.76% | - |
| XYZ | 24.16 | 12.35 | 9.5 | - |
| YUV | 70.82 | 135.45 | 216.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 5 | 84 | 0 | 0.97 | 0.57 | 0.24 | 335.05 | 0.95 | 0.39 |
| Hex | C3 | 5 | 54 | 0 | 61 | 39 | 18 | 14F | 5F | 27 |
| Octal | 303 | 5 | 124 | 0 | 141 | 71 | 30 | 517 | 137 | 47 |
| Binary | 11000011 | 101 | 1010100 | 0 | 1100001 | 111001 | 11000 | 101001111 | 1011111 | 100111 |
Color Harmonies of #C30554
Complementary color
Monochromatic Colors of #C30554
Black with #C30554
Text Example
Text Example
White with #C30554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30554; }
p { color: rgb(195,5,84); }
H1.HeaderClassName
{
color: #C30554;
}
.AnyTagClassName
{
color: #C30554;
}
</style>
background-color css
<style>
a { background-color: #C30554; }
a { background-color: rgb(195,5,84); }
div.DivClassName
{
background-color: #C30554;
}
.BgClassName
{
background-color: #C30554;
}
</style>
border-color css
<style>
span { border-color: #C30554; }
span { border-color: rgb(195,5,84); }
td.TdClassName
{
border-color: #C30554;
}
.TagClassName
{
border-color: #C30554;
}
</style>