Shades of Ruby #C6035E
Tints of Ruby #C6035E
RGB
CMYK
RGB Variations
Color information
#C6035E (or 0xC6035E) is known color: Ruby. HEX triplet: C6, 03 and 5E. RGB value is (198,3,94). Sum of RGB (Red+Green+Blue) = 198+3+94=295 (39% of max value = 765). Red value is 198 (77.73% from 255 or 67.12% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 198 - color contains mainly: red. Hex color #C6035E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6035E is #39FCA1. Grayscale: #474747. Windows color (decimal): -3800226 or 6161350. OLE color: 6161350.
HSL color Cylindrical-coordinate representation of color #C6035E: hue angle of 332º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C6035E is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 94 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.22 |
| HSL | 332º | 0.97% | 0.39% | - |
| HSV(B) | 332º | 0.98% | 0.78% | - |
| XYZ | 25.34 | 12.88 | 11.74 | - |
| YUV | 71.68 | 140.6 | 218.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 94 | 0 | 0.98 | 0.53 | 0.22 | 332 | 0.97 | 0.39 |
| Hex | C6 | 3 | 5E | 0 | 62 | 35 | 16 | 14C | 61 | 27 |
| Octal | 306 | 3 | 136 | 0 | 142 | 65 | 26 | 514 | 141 | 47 |
| Binary | 11000110 | 11 | 1011110 | 0 | 1100010 | 110101 | 10110 | 101001100 | 1100001 | 100111 |
Color Harmonies of #C6035E
Complementary color
Monochromatic Colors of #C6035E
Black with #C6035E
Text Example
Text Example
White with #C6035E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6035E; }
p { color: rgb(198,3,94); }
H1.HeaderClassName
{
color: #C6035E;
}
.AnyTagClassName
{
color: #C6035E;
}
</style>
background-color css
<style>
a { background-color: #C6035E; }
a { background-color: rgb(198,3,94); }
div.DivClassName
{
background-color: #C6035E;
}
.BgClassName
{
background-color: #C6035E;
}
</style>
border-color css
<style>
span { border-color: #C6035E; }
span { border-color: rgb(198,3,94); }
td.TdClassName
{
border-color: #C6035E;
}
.TagClassName
{
border-color: #C6035E;
}
</style>