Shades of Ruby #CB1260
Tints of Ruby #CB1260
RGB
CMYK
RGB Variations
Color information
#CB1260 (or 0xCB1260) is known color: Ruby. HEX triplet: CB, 12 and 60. RGB value is (203,18,96). Sum of RGB (Red+Green+Blue) = 203+18+96=317 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.04% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1260 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1260 is #34ED9F. Grayscale: #525252. Windows color (decimal): -3468704 or 6296267. OLE color: 6296267.
HSL color Cylindrical-coordinate representation of color #CB1260: hue angle of 334.7º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB1260 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 18 | 96 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.20 |
| HSL | 334.7º | 0.84% | 0.43% | - |
| HSV(B) | 334.7º | 0.91% | 0.8% | - |
| XYZ | 26.96 | 13.97 | 12.34 | - |
| YUV | 82.21 | 135.79 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 96 | 0 | 0.91 | 0.53 | 0.20 | 334.7 | 0.84 | 0.43 |
| Hex | CB | 12 | 60 | 0 | 5B | 35 | 14 | 14F | 54 | 2B |
| Octal | 313 | 22 | 140 | 0 | 133 | 65 | 24 | 517 | 124 | 53 |
| Binary | 11001011 | 10010 | 1100000 | 0 | 1011011 | 110101 | 10100 | 101001111 | 1010100 | 101011 |
Color Harmonies of #CB1260
Complementary color
Monochromatic Colors of #CB1260
Black with #CB1260
Text Example
Text Example
White with #CB1260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1260; }
p { color: rgb(203,18,96); }
H1.HeaderClassName
{
color: #CB1260;
}
.AnyTagClassName
{
color: #CB1260;
}
</style>
background-color css
<style>
a { background-color: #CB1260; }
a { background-color: rgb(203,18,96); }
div.DivClassName
{
background-color: #CB1260;
}
.BgClassName
{
background-color: #CB1260;
}
</style>
border-color css
<style>
span { border-color: #CB1260; }
span { border-color: rgb(203,18,96); }
td.TdClassName
{
border-color: #CB1260;
}
.TagClassName
{
border-color: #CB1260;
}
</style>