Shades of Ruby #CB1150
Tints of Ruby #CB1150
RGB
CMYK
RGB Variations
Color information
#CB1150 (or 0xCB1150) is known color: Ruby. HEX triplet: CB, 11 and 50. RGB value is (203,17,80). Sum of RGB (Red+Green+Blue) = 203+17+80=300 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.67% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1150 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1150 is #34EEAF. Grayscale: #4F4F4F. Windows color (decimal): -3468976 or 5247435. OLE color: 5247435.
HSL color Cylindrical-coordinate representation of color #CB1150: hue angle of 339.68º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB1150 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 17 | 80 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.20 |
| HSL | 339.68º | 0.85% | 0.43% | - |
| HSV(B) | 339.68º | 0.92% | 0.8% | - |
| XYZ | 26.28 | 13.68 | 8.84 | - |
| YUV | 79.8 | 128.12 | 215.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 17 | 80 | 0 | 0.92 | 0.61 | 0.20 | 339.68 | 0.85 | 0.43 |
| Hex | CB | 11 | 50 | 0 | 5C | 3D | 14 | 154 | 55 | 2B |
| Octal | 313 | 21 | 120 | 0 | 134 | 75 | 24 | 524 | 125 | 53 |
| Binary | 11001011 | 10001 | 1010000 | 0 | 1011100 | 111101 | 10100 | 101010100 | 1010101 | 101011 |
Color Harmonies of #CB1150
Complementary color
Monochromatic Colors of #CB1150
Black with #CB1150
Text Example
Text Example
White with #CB1150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1150; }
p { color: rgb(203,17,80); }
H1.HeaderClassName
{
color: #CB1150;
}
.AnyTagClassName
{
color: #CB1150;
}
</style>
background-color css
<style>
a { background-color: #CB1150; }
a { background-color: rgb(203,17,80); }
div.DivClassName
{
background-color: #CB1150;
}
.BgClassName
{
background-color: #CB1150;
}
</style>
border-color css
<style>
span { border-color: #CB1150; }
span { border-color: rgb(203,17,80); }
td.TdClassName
{
border-color: #CB1150;
}
.TagClassName
{
border-color: #CB1150;
}
</style>