Shades of Ruby #C60B4F
Tints of Ruby #C60B4F
RGB
CMYK
RGB Variations
Color information
#C60B4F (or 0xC60B4F) is known color: Ruby. HEX triplet: C6, 0B and 4F. RGB value is (198,11,79). Sum of RGB (Red+Green+Blue) = 198+11+79=288 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.75% from 288); Green value is 11 (4.69% from 255 or 3.82% from 288); Blue value is 79 (31.25% from 255 or 27.43% from 288); Max value from RGB is 198 - color contains mainly: red. Hex color #C60B4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60B4F is #39F4B0. Grayscale: #4A4A4A. Windows color (decimal): -3798193 or 5180358. OLE color: 5180358.
HSL color Cylindrical-coordinate representation of color #C60B4F: hue angle of 338.18º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60B4F is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 11 | 79 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.22 |
| HSL | 338.18º | 0.89% | 0.41% | - |
| HSV(B) | 338.18º | 0.94% | 0.78% | - |
| XYZ | 24.82 | 12.81 | 8.56 | - |
| YUV | 74.67 | 130.45 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 11 | 79 | 0 | 0.94 | 0.60 | 0.22 | 338.18 | 0.89 | 0.41 |
| Hex | C6 | B | 4F | 0 | 5E | 3C | 16 | 152 | 59 | 29 |
| Octal | 306 | 13 | 117 | 0 | 136 | 74 | 26 | 522 | 131 | 51 |
| Binary | 11000110 | 1011 | 1001111 | 0 | 1011110 | 111100 | 10110 | 101010010 | 1011001 | 101001 |
Color Harmonies of #C60B4F
Complementary color
Monochromatic Colors of #C60B4F
Black with #C60B4F
Text Example
Text Example
White with #C60B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60B4F; }
p { color: rgb(198,11,79); }
H1.HeaderClassName
{
color: #C60B4F;
}
.AnyTagClassName
{
color: #C60B4F;
}
</style>
background-color css
<style>
a { background-color: #C60B4F; }
a { background-color: rgb(198,11,79); }
div.DivClassName
{
background-color: #C60B4F;
}
.BgClassName
{
background-color: #C60B4F;
}
</style>
border-color css
<style>
span { border-color: #C60B4F; }
span { border-color: rgb(198,11,79); }
td.TdClassName
{
border-color: #C60B4F;
}
.TagClassName
{
border-color: #C60B4F;
}
</style>