Shades of Ruby #CB1259
Tints of Ruby #CB1259
RGB
CMYK
RGB Variations
Color information
#CB1259 (or 0xCB1259) is known color: Ruby. HEX triplet: CB, 12 and 59. RGB value is (203,18,89). Sum of RGB (Red+Green+Blue) = 203+18+89=310 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.48% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 89 (35.16% from 255 or 28.71% from 310); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1259 is #34EDA6. Grayscale: #515151. Windows color (decimal): -3468711 or 5837515. OLE color: 5837515.
HSL color Cylindrical-coordinate representation of color #CB1259: hue angle of 336.97º 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 #CB1259 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 18 | 89 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.20 |
| HSL | 336.97º | 0.84% | 0.43% | - |
| HSV(B) | 336.97º | 0.91% | 0.8% | - |
| XYZ | 26.65 | 13.85 | 10.72 | - |
| YUV | 81.41 | 132.29 | 214.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 89 | 0 | 0.91 | 0.56 | 0.20 | 336.97 | 0.84 | 0.43 |
| Hex | CB | 12 | 59 | 0 | 5B | 38 | 14 | 151 | 54 | 2B |
| Octal | 313 | 22 | 131 | 0 | 133 | 70 | 24 | 521 | 124 | 53 |
| Binary | 11001011 | 10010 | 1011001 | 0 | 1011011 | 111000 | 10100 | 101010001 | 1010100 | 101011 |
Color Harmonies of #CB1259
Complementary color
Monochromatic Colors of #CB1259
Black with #CB1259
Text Example
Text Example
White with #CB1259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1259; }
p { color: rgb(203,18,89); }
H1.HeaderClassName
{
color: #CB1259;
}
.AnyTagClassName
{
color: #CB1259;
}
</style>
background-color css
<style>
a { background-color: #CB1259; }
a { background-color: rgb(203,18,89); }
div.DivClassName
{
background-color: #CB1259;
}
.BgClassName
{
background-color: #CB1259;
}
</style>
border-color css
<style>
span { border-color: #CB1259; }
span { border-color: rgb(203,18,89); }
td.TdClassName
{
border-color: #CB1259;
}
.TagClassName
{
border-color: #CB1259;
}
</style>