Shades of Ruby #CB135B
Tints of Ruby #CB135B
RGB
CMYK
RGB Variations
Color information
#CB135B (or 0xCB135B) is known color: Ruby. HEX triplet: CB, 13 and 5B. RGB value is (203,19,91). Sum of RGB (Red+Green+Blue) = 203+19+91=313 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.86% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 203 - color contains mainly: red. Hex color #CB135B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB135B is #34ECA4. Grayscale: #525252. Windows color (decimal): -3468453 or 5968843. OLE color: 5968843.
HSL color Cylindrical-coordinate representation of color #CB135B: hue angle of 336.52º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB135B is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 19 | 91 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.20 |
| HSL | 336.52º | 0.83% | 0.44% | - |
| HSV(B) | 336.52º | 0.91% | 0.8% | - |
| XYZ | 26.75 | 13.92 | 11.17 | - |
| YUV | 82.22 | 132.96 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 19 | 91 | 0 | 0.91 | 0.55 | 0.20 | 336.52 | 0.83 | 0.44 |
| Hex | CB | 13 | 5B | 0 | 5B | 37 | 14 | 151 | 53 | 2C |
| Octal | 313 | 23 | 133 | 0 | 133 | 67 | 24 | 521 | 123 | 54 |
| Binary | 11001011 | 10011 | 1011011 | 0 | 1011011 | 110111 | 10100 | 101010001 | 1010011 | 101100 |
Color Harmonies of #CB135B
Complementary color
Monochromatic Colors of #CB135B
Black with #CB135B
Text Example
Text Example
White with #CB135B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB135B; }
p { color: rgb(203,19,91); }
H1.HeaderClassName
{
color: #CB135B;
}
.AnyTagClassName
{
color: #CB135B;
}
</style>
background-color css
<style>
a { background-color: #CB135B; }
a { background-color: rgb(203,19,91); }
div.DivClassName
{
background-color: #CB135B;
}
.BgClassName
{
background-color: #CB135B;
}
</style>
border-color css
<style>
span { border-color: #CB135B; }
span { border-color: rgb(203,19,91); }
td.TdClassName
{
border-color: #CB135B;
}
.TagClassName
{
border-color: #CB135B;
}
</style>