Shades of Ruby #CB1056
Tints of Ruby #CB1056
RGB
CMYK
RGB Variations
Color information
#CB1056 (or 0xCB1056) is known color: Ruby. HEX triplet: CB, 10 and 56. RGB value is (203,16,86). Sum of RGB (Red+Green+Blue) = 203+16+86=305 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.56% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1056 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1056 is #34EFA9. Grayscale: #4F4F4F. Windows color (decimal): -3469226 or 5640395. OLE color: 5640395.
HSL color Cylindrical-coordinate representation of color #CB1056: hue angle of 337.54º 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 #CB1056 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 16 | 86 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.20 |
| HSL | 337.54º | 0.85% | 0.43% | - |
| HSV(B) | 337.54º | 0.92% | 0.8% | - |
| XYZ | 26.49 | 13.74 | 10.06 | - |
| YUV | 79.89 | 131.45 | 215.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 86 | 0 | 0.92 | 0.58 | 0.20 | 337.54 | 0.85 | 0.43 |
| Hex | CB | 10 | 56 | 0 | 5C | 3A | 14 | 152 | 55 | 2B |
| Octal | 313 | 20 | 126 | 0 | 134 | 72 | 24 | 522 | 125 | 53 |
| Binary | 11001011 | 10000 | 1010110 | 0 | 1011100 | 111010 | 10100 | 101010010 | 1010101 | 101011 |
Color Harmonies of #CB1056
Complementary color
Monochromatic Colors of #CB1056
Black with #CB1056
Text Example
Text Example
White with #CB1056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1056; }
p { color: rgb(203,16,86); }
H1.HeaderClassName
{
color: #CB1056;
}
.AnyTagClassName
{
color: #CB1056;
}
</style>
background-color css
<style>
a { background-color: #CB1056; }
a { background-color: rgb(203,16,86); }
div.DivClassName
{
background-color: #CB1056;
}
.BgClassName
{
background-color: #CB1056;
}
</style>
border-color css
<style>
span { border-color: #CB1056; }
span { border-color: rgb(203,16,86); }
td.TdClassName
{
border-color: #CB1056;
}
.TagClassName
{
border-color: #CB1056;
}
</style>