Shades of Ruby #C8135B
Tints of Ruby #C8135B
RGB
CMYK
RGB Variations
Color information
#C8135B (or 0xC8135B) is known color: Ruby. HEX triplet: C8, 13 and 5B. RGB value is (200,19,91). Sum of RGB (Red+Green+Blue) = 200+19+91=310 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.52% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 200 - color contains mainly: red. Hex color #C8135B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8135B is #37ECA4. Grayscale: #515151. Windows color (decimal): -3665061 or 5968840. OLE color: 5968840.
HSL color Cylindrical-coordinate representation of color #C8135B: hue angle of 336.13º 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 #C8135B is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 19 | 91 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.22 |
| HSL | 336.13º | 0.83% | 0.43% | - |
| HSV(B) | 336.13º | 0.91% | 0.78% | - |
| XYZ | 25.94 | 13.5 | 11.14 | - |
| YUV | 81.33 | 133.47 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 19 | 91 | 0 | 0.90 | 0.54 | 0.22 | 336.13 | 0.83 | 0.43 |
| Hex | C8 | 13 | 5B | 0 | 5A | 36 | 16 | 150 | 53 | 2B |
| Octal | 310 | 23 | 133 | 0 | 132 | 66 | 26 | 520 | 123 | 53 |
| Binary | 11001000 | 10011 | 1011011 | 0 | 1011010 | 110110 | 10110 | 101010000 | 1010011 | 101011 |
Color Harmonies of #C8135B
Complementary color
Monochromatic Colors of #C8135B
Black with #C8135B
Text Example
Text Example
White with #C8135B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8135B; }
p { color: rgb(200,19,91); }
H1.HeaderClassName
{
color: #C8135B;
}
.AnyTagClassName
{
color: #C8135B;
}
</style>
background-color css
<style>
a { background-color: #C8135B; }
a { background-color: rgb(200,19,91); }
div.DivClassName
{
background-color: #C8135B;
}
.BgClassName
{
background-color: #C8135B;
}
</style>
border-color css
<style>
span { border-color: #C8135B; }
span { border-color: rgb(200,19,91); }
td.TdClassName
{
border-color: #C8135B;
}
.TagClassName
{
border-color: #C8135B;
}
</style>