Shades of Ruby #C60A52
Tints of Ruby #C60A52
RGB
CMYK
RGB Variations
Color information
#C60A52 (or 0xC60A52) is known color: Ruby. HEX triplet: C6, 0A and 52. RGB value is (198,10,82). Sum of RGB (Red+Green+Blue) = 198+10+82=290 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.28% from 290); Green value is 10 (4.30% from 255 or 3.45% from 290); Blue value is 82 (32.42% from 255 or 28.28% from 290); Max value from RGB is 198 - color contains mainly: red. Hex color #C60A52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60A52 is #39F5AD. Grayscale: #4A4A4A. Windows color (decimal): -3798446 or 5376710. OLE color: 5376710.
HSL color Cylindrical-coordinate representation of color #C60A52: hue angle of 337.02º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60A52 is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 10 | 82 | - |
| CMYK | 0 | 0.95 | 0.59 | 0.22 |
| HSL | 337.02º | 0.9% | 0.41% | - |
| HSV(B) | 337.02º | 0.95% | 0.78% | - |
| XYZ | 24.92 | 12.83 | 9.15 | - |
| YUV | 74.42 | 132.28 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 10 | 82 | 0 | 0.95 | 0.59 | 0.22 | 337.02 | 0.9 | 0.41 |
| Hex | C6 | A | 52 | 0 | 5F | 3B | 16 | 151 | 5A | 29 |
| Octal | 306 | 12 | 122 | 0 | 137 | 73 | 26 | 521 | 132 | 51 |
| Binary | 11000110 | 1010 | 1010010 | 0 | 1011111 | 111011 | 10110 | 101010001 | 1011010 | 101001 |
Color Harmonies of #C60A52
Complementary color
Monochromatic Colors of #C60A52
Black with #C60A52
Text Example
Text Example
White with #C60A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60A52; }
p { color: rgb(198,10,82); }
H1.HeaderClassName
{
color: #C60A52;
}
.AnyTagClassName
{
color: #C60A52;
}
</style>
background-color css
<style>
a { background-color: #C60A52; }
a { background-color: rgb(198,10,82); }
div.DivClassName
{
background-color: #C60A52;
}
.BgClassName
{
background-color: #C60A52;
}
</style>
border-color css
<style>
span { border-color: #C60A52; }
span { border-color: rgb(198,10,82); }
td.TdClassName
{
border-color: #C60A52;
}
.TagClassName
{
border-color: #C60A52;
}
</style>