Shades of Ruby #CB1650
Tints of Ruby #CB1650
RGB
CMYK
RGB Variations
Color information
#CB1650 (or 0xCB1650) is known color: Ruby. HEX triplet: CB, 16 and 50. RGB value is (203,22,80). Sum of RGB (Red+Green+Blue) = 203+22+80=305 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.56% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1650 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1650 is #34E9AF. Grayscale: #525252. Windows color (decimal): -3467696 or 5248715. OLE color: 5248715.
HSL color Cylindrical-coordinate representation of color #CB1650: hue angle of 340.77º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB1650 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 80 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.20 |
| HSL | 340.77º | 0.8% | 0.44% | - |
| HSV(B) | 340.77º | 0.89% | 0.8% | - |
| XYZ | 26.36 | 13.85 | 8.87 | - |
| YUV | 82.73 | 126.47 | 213.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 80 | 0 | 0.89 | 0.61 | 0.20 | 340.77 | 0.8 | 0.44 |
| Hex | CB | 16 | 50 | 0 | 59 | 3D | 14 | 155 | 50 | 2C |
| Octal | 313 | 26 | 120 | 0 | 131 | 75 | 24 | 525 | 120 | 54 |
| Binary | 11001011 | 10110 | 1010000 | 0 | 1011001 | 111101 | 10100 | 101010101 | 1010000 | 101100 |
Color Harmonies of #CB1650
Complementary color
Monochromatic Colors of #CB1650
Black with #CB1650
Text Example
Text Example
White with #CB1650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1650; }
p { color: rgb(203,22,80); }
H1.HeaderClassName
{
color: #CB1650;
}
.AnyTagClassName
{
color: #CB1650;
}
</style>
background-color css
<style>
a { background-color: #CB1650; }
a { background-color: rgb(203,22,80); }
div.DivClassName
{
background-color: #CB1650;
}
.BgClassName
{
background-color: #CB1650;
}
</style>
border-color css
<style>
span { border-color: #CB1650; }
span { border-color: rgb(203,22,80); }
td.TdClassName
{
border-color: #CB1650;
}
.TagClassName
{
border-color: #CB1650;
}
</style>