Shades of Ruby #C9135B
Tints of Ruby #C9135B
RGB
CMYK
RGB Variations
Color information
#C9135B (or 0xC9135B) is known color: Ruby. HEX triplet: C9, 13 and 5B. RGB value is (201,19,91). Sum of RGB (Red+Green+Blue) = 201+19+91=311 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.63% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 201 - color contains mainly: red. Hex color #C9135B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9135B is #36ECA4. Grayscale: #515151. Windows color (decimal): -3599525 or 5968841. OLE color: 5968841.
HSL color Cylindrical-coordinate representation of color #C9135B: hue angle of 336.26º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C9135B is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 91 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.21 |
| HSL | 336.26º | 0.83% | 0.43% | - |
| HSV(B) | 336.26º | 0.91% | 0.79% | - |
| XYZ | 26.21 | 13.64 | 11.15 | - |
| YUV | 81.63 | 133.3 | 213.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 91 | 0 | 0.91 | 0.55 | 0.21 | 336.26 | 0.83 | 0.43 |
| Hex | C9 | 13 | 5B | 0 | 5B | 37 | 15 | 150 | 53 | 2B |
| Octal | 311 | 23 | 133 | 0 | 133 | 67 | 25 | 520 | 123 | 53 |
| Binary | 11001001 | 10011 | 1011011 | 0 | 1011011 | 110111 | 10101 | 101010000 | 1010011 | 101011 |
Color Harmonies of #C9135B
Complementary color
Monochromatic Colors of #C9135B
Black with #C9135B
Text Example
Text Example
White with #C9135B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9135B; }
p { color: rgb(201,19,91); }
H1.HeaderClassName
{
color: #C9135B;
}
.AnyTagClassName
{
color: #C9135B;
}
</style>
background-color css
<style>
a { background-color: #C9135B; }
a { background-color: rgb(201,19,91); }
div.DivClassName
{
background-color: #C9135B;
}
.BgClassName
{
background-color: #C9135B;
}
</style>
border-color css
<style>
span { border-color: #C9135B; }
span { border-color: rgb(201,19,91); }
td.TdClassName
{
border-color: #C9135B;
}
.TagClassName
{
border-color: #C9135B;
}
</style>