Shades of Ruby #CB1556
Tints of Ruby #CB1556
RGB
CMYK
RGB Variations
Color information
#CB1556 (or 0xCB1556) is known color: Ruby. HEX triplet: CB, 15 and 56. RGB value is (203,21,86). Sum of RGB (Red+Green+Blue) = 203+21+86=310 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.48% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 86 (33.98% from 255 or 27.74% from 310); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1556 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1556 is #34EAA9. Grayscale: #525252. Windows color (decimal): -3467946 or 5641675. OLE color: 5641675.
HSL color Cylindrical-coordinate representation of color #CB1556: hue angle of 338.57º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB1556 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 21 | 86 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.20 |
| HSL | 338.57º | 0.81% | 0.44% | - |
| HSV(B) | 338.57º | 0.9% | 0.8% | - |
| XYZ | 26.58 | 13.9 | 10.09 | - |
| YUV | 82.83 | 129.8 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 86 | 0 | 0.90 | 0.58 | 0.20 | 338.57 | 0.81 | 0.44 |
| Hex | CB | 15 | 56 | 0 | 5A | 3A | 14 | 153 | 51 | 2C |
| Octal | 313 | 25 | 126 | 0 | 132 | 72 | 24 | 523 | 121 | 54 |
| Binary | 11001011 | 10101 | 1010110 | 0 | 1011010 | 111010 | 10100 | 101010011 | 1010001 | 101100 |
Color Harmonies of #CB1556
Complementary color
Monochromatic Colors of #CB1556
Black with #CB1556
Text Example
Text Example
White with #CB1556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1556; }
p { color: rgb(203,21,86); }
H1.HeaderClassName
{
color: #CB1556;
}
.AnyTagClassName
{
color: #CB1556;
}
</style>
background-color css
<style>
a { background-color: #CB1556; }
a { background-color: rgb(203,21,86); }
div.DivClassName
{
background-color: #CB1556;
}
.BgClassName
{
background-color: #CB1556;
}
</style>
border-color css
<style>
span { border-color: #CB1556; }
span { border-color: rgb(203,21,86); }
td.TdClassName
{
border-color: #CB1556;
}
.TagClassName
{
border-color: #CB1556;
}
</style>