Shades of Ruby #CB1651
Tints of Ruby #CB1651
RGB
CMYK
RGB Variations
Color information
#CB1651 (or 0xCB1651) is known color: Ruby. HEX triplet: CB, 16 and 51. RGB value is (203,22,81). Sum of RGB (Red+Green+Blue) = 203+22+81=306 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.34% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 81 (32.03% from 255 or 26.47% from 306); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1651 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1651 is #34E9AE. Grayscale: #525252. Windows color (decimal): -3467695 or 5314251. OLE color: 5314251.
HSL color Cylindrical-coordinate representation of color #CB1651: hue angle of 340.44º 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 #CB1651 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 81 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.20 |
| HSL | 340.44º | 0.8% | 0.44% | - |
| HSV(B) | 340.44º | 0.89% | 0.8% | - |
| XYZ | 26.4 | 13.86 | 9.07 | - |
| YUV | 82.85 | 126.97 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 81 | 0 | 0.89 | 0.60 | 0.20 | 340.44 | 0.8 | 0.44 |
| Hex | CB | 16 | 51 | 0 | 59 | 3C | 14 | 154 | 50 | 2C |
| Octal | 313 | 26 | 121 | 0 | 131 | 74 | 24 | 524 | 120 | 54 |
| Binary | 11001011 | 10110 | 1010001 | 0 | 1011001 | 111100 | 10100 | 101010100 | 1010000 | 101100 |
Color Harmonies of #CB1651
Complementary color
Monochromatic Colors of #CB1651
Black with #CB1651
Text Example
Text Example
White with #CB1651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1651; }
p { color: rgb(203,22,81); }
H1.HeaderClassName
{
color: #CB1651;
}
.AnyTagClassName
{
color: #CB1651;
}
</style>
background-color css
<style>
a { background-color: #CB1651; }
a { background-color: rgb(203,22,81); }
div.DivClassName
{
background-color: #CB1651;
}
.BgClassName
{
background-color: #CB1651;
}
</style>
border-color css
<style>
span { border-color: #CB1651; }
span { border-color: rgb(203,22,81); }
td.TdClassName
{
border-color: #CB1651;
}
.TagClassName
{
border-color: #CB1651;
}
</style>