Shades of Ruby #C6094F
Tints of Ruby #C6094F
RGB
CMYK
RGB Variations
Color information
#C6094F (or 0xC6094F) is known color: Ruby. HEX triplet: C6, 09 and 4F. RGB value is (198,9,79). Sum of RGB (Red+Green+Blue) = 198+9+79=286 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.23% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 79 (31.25% from 255 or 27.62% from 286); Max value from RGB is 198 - color contains mainly: red. Hex color #C6094F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6094F is #39F6B0. Grayscale: #494949. Windows color (decimal): -3798705 or 5179846. OLE color: 5179846.
HSL color Cylindrical-coordinate representation of color #C6094F: hue angle of 337.78º degrees, saturation: 0.91, 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 #C6094F is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 9 | 79 | - |
| CMYK | 0 | 0.95 | 0.60 | 0.22 |
| HSL | 337.78º | 0.91% | 0.41% | - |
| HSV(B) | 337.78º | 0.95% | 0.78% | - |
| XYZ | 24.8 | 12.77 | 8.55 | - |
| YUV | 73.49 | 131.12 | 216.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 9 | 79 | 0 | 0.95 | 0.60 | 0.22 | 337.78 | 0.91 | 0.41 |
| Hex | C6 | 9 | 4F | 0 | 5F | 3C | 16 | 152 | 5B | 29 |
| Octal | 306 | 11 | 117 | 0 | 137 | 74 | 26 | 522 | 133 | 51 |
| Binary | 11000110 | 1001 | 1001111 | 0 | 1011111 | 111100 | 10110 | 101010010 | 1011011 | 101001 |
Color Harmonies of #C6094F
Complementary color
Monochromatic Colors of #C6094F
Black with #C6094F
Text Example
Text Example
White with #C6094F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6094F; }
p { color: rgb(198,9,79); }
H1.HeaderClassName
{
color: #C6094F;
}
.AnyTagClassName
{
color: #C6094F;
}
</style>
background-color css
<style>
a { background-color: #C6094F; }
a { background-color: rgb(198,9,79); }
div.DivClassName
{
background-color: #C6094F;
}
.BgClassName
{
background-color: #C6094F;
}
</style>
border-color css
<style>
span { border-color: #C6094F; }
span { border-color: rgb(198,9,79); }
td.TdClassName
{
border-color: #C6094F;
}
.TagClassName
{
border-color: #C6094F;
}
</style>