Shades of Ruby #CB1360
Tints of Ruby #CB1360
RGB
CMYK
RGB Variations
Color information
#CB1360 (or 0xCB1360) is known color: Ruby. HEX triplet: CB, 13 and 60. RGB value is (203,19,96). Sum of RGB (Red+Green+Blue) = 203+19+96=318 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.84% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1360 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1360 is #34EC9F. Grayscale: #525252. Windows color (decimal): -3468448 or 6296523. OLE color: 6296523.
HSL color Cylindrical-coordinate representation of color #CB1360: hue angle of 334.89º 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 #CB1360 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 19 | 96 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.20 |
| HSL | 334.89º | 0.83% | 0.44% | - |
| HSV(B) | 334.89º | 0.91% | 0.8% | - |
| XYZ | 26.97 | 14.01 | 12.35 | - |
| YUV | 82.79 | 135.46 | 213.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 19 | 96 | 0 | 0.91 | 0.53 | 0.20 | 334.89 | 0.83 | 0.44 |
| Hex | CB | 13 | 60 | 0 | 5B | 35 | 14 | 14F | 53 | 2C |
| Octal | 313 | 23 | 140 | 0 | 133 | 65 | 24 | 517 | 123 | 54 |
| Binary | 11001011 | 10011 | 1100000 | 0 | 1011011 | 110101 | 10100 | 101001111 | 1010011 | 101100 |
Color Harmonies of #CB1360
Complementary color
Monochromatic Colors of #CB1360
Black with #CB1360
Text Example
Text Example
White with #CB1360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1360; }
p { color: rgb(203,19,96); }
H1.HeaderClassName
{
color: #CB1360;
}
.AnyTagClassName
{
color: #CB1360;
}
</style>
background-color css
<style>
a { background-color: #CB1360; }
a { background-color: rgb(203,19,96); }
div.DivClassName
{
background-color: #CB1360;
}
.BgClassName
{
background-color: #CB1360;
}
</style>
border-color css
<style>
span { border-color: #CB1360; }
span { border-color: rgb(203,19,96); }
td.TdClassName
{
border-color: #CB1360;
}
.TagClassName
{
border-color: #CB1360;
}
</style>