Shades of Ruby #C7135B
Tints of Ruby #C7135B
RGB
CMYK
RGB Variations
Color information
#C7135B (or 0xC7135B) is known color: Ruby. HEX triplet: C7, 13 and 5B. RGB value is (199,19,91). Sum of RGB (Red+Green+Blue) = 199+19+91=309 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.40% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 199 - color contains mainly: red. Hex color #C7135B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7135B is #38ECA4. Grayscale: #505050. Windows color (decimal): -3730597 or 5968839. OLE color: 5968839.
HSL color Cylindrical-coordinate representation of color #C7135B: hue angle of 336º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C7135B is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 19 | 91 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.22 |
| HSL | 336º | 0.83% | 0.43% | - |
| HSV(B) | 336º | 0.9% | 0.78% | - |
| XYZ | 25.67 | 13.36 | 11.12 | - |
| YUV | 81.03 | 133.63 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 19 | 91 | 0 | 0.90 | 0.54 | 0.22 | 336 | 0.83 | 0.43 |
| Hex | C7 | 13 | 5B | 0 | 5A | 36 | 16 | 150 | 53 | 2B |
| Octal | 307 | 23 | 133 | 0 | 132 | 66 | 26 | 520 | 123 | 53 |
| Binary | 11000111 | 10011 | 1011011 | 0 | 1011010 | 110110 | 10110 | 101010000 | 1010011 | 101011 |
Color Harmonies of #C7135B
Complementary color
Monochromatic Colors of #C7135B
Black with #C7135B
Text Example
Text Example
White with #C7135B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7135B; }
p { color: rgb(199,19,91); }
H1.HeaderClassName
{
color: #C7135B;
}
.AnyTagClassName
{
color: #C7135B;
}
</style>
background-color css
<style>
a { background-color: #C7135B; }
a { background-color: rgb(199,19,91); }
div.DivClassName
{
background-color: #C7135B;
}
.BgClassName
{
background-color: #C7135B;
}
</style>
border-color css
<style>
span { border-color: #C7135B; }
span { border-color: rgb(199,19,91); }
td.TdClassName
{
border-color: #C7135B;
}
.TagClassName
{
border-color: #C7135B;
}
</style>