Shades of Ruby #CB1653
Tints of Ruby #CB1653
RGB
CMYK
RGB Variations
Color information
#CB1653 (or 0xCB1653) is known color: Ruby. HEX triplet: CB, 16 and 53. RGB value is (203,22,83). Sum of RGB (Red+Green+Blue) = 203+22+83=308 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.91% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1653 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1653 is #34E9AC. Grayscale: #535353. Windows color (decimal): -3467693 or 5445323. OLE color: 5445323.
HSL color Cylindrical-coordinate representation of color #CB1653: hue angle of 339.78º 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 #CB1653 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 83 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.20 |
| HSL | 339.78º | 0.8% | 0.44% | - |
| HSV(B) | 339.78º | 0.89% | 0.8% | - |
| XYZ | 26.48 | 13.89 | 9.47 | - |
| YUV | 83.07 | 127.97 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 83 | 0 | 0.89 | 0.59 | 0.20 | 339.78 | 0.8 | 0.44 |
| Hex | CB | 16 | 53 | 0 | 59 | 3B | 14 | 154 | 50 | 2C |
| Octal | 313 | 26 | 123 | 0 | 131 | 73 | 24 | 524 | 120 | 54 |
| Binary | 11001011 | 10110 | 1010011 | 0 | 1011001 | 111011 | 10100 | 101010100 | 1010000 | 101100 |
Color Harmonies of #CB1653
Complementary color
Monochromatic Colors of #CB1653
Black with #CB1653
Text Example
Text Example
White with #CB1653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1653; }
p { color: rgb(203,22,83); }
H1.HeaderClassName
{
color: #CB1653;
}
.AnyTagClassName
{
color: #CB1653;
}
</style>
background-color css
<style>
a { background-color: #CB1653; }
a { background-color: rgb(203,22,83); }
div.DivClassName
{
background-color: #CB1653;
}
.BgClassName
{
background-color: #CB1653;
}
</style>
border-color css
<style>
span { border-color: #CB1653; }
span { border-color: rgb(203,22,83); }
td.TdClassName
{
border-color: #CB1653;
}
.TagClassName
{
border-color: #CB1653;
}
</style>