Shades of Ruby #CB1856
Tints of Ruby #CB1856
RGB
CMYK
RGB Variations
Color information
#CB1856 (or 0xCB1856) is known color: Ruby. HEX triplet: CB, 18 and 56. RGB value is (203,24,86). Sum of RGB (Red+Green+Blue) = 203+24+86=313 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.86% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1856 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1856 is #34E7A9. Grayscale: #545454. Windows color (decimal): -3467178 or 5642443. OLE color: 5642443.
HSL color Cylindrical-coordinate representation of color #CB1856: hue angle of 339.22º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1856 is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 24 | 86 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.20 |
| HSL | 339.22º | 0.79% | 0.45% | - |
| HSV(B) | 339.22º | 0.88% | 0.8% | - |
| XYZ | 26.63 | 14.02 | 10.11 | - |
| YUV | 84.59 | 128.8 | 212.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 24 | 86 | 0 | 0.88 | 0.58 | 0.20 | 339.22 | 0.79 | 0.45 |
| Hex | CB | 18 | 56 | 0 | 58 | 3A | 14 | 153 | 4F | 2D |
| Octal | 313 | 30 | 126 | 0 | 130 | 72 | 24 | 523 | 117 | 55 |
| Binary | 11001011 | 11000 | 1010110 | 0 | 1011000 | 111010 | 10100 | 101010011 | 1001111 | 101101 |
Color Harmonies of #CB1856
Complementary color
Monochromatic Colors of #CB1856
Black with #CB1856
Text Example
Text Example
White with #CB1856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1856; }
p { color: rgb(203,24,86); }
H1.HeaderClassName
{
color: #CB1856;
}
.AnyTagClassName
{
color: #CB1856;
}
</style>
background-color css
<style>
a { background-color: #CB1856; }
a { background-color: rgb(203,24,86); }
div.DivClassName
{
background-color: #CB1856;
}
.BgClassName
{
background-color: #CB1856;
}
</style>
border-color css
<style>
span { border-color: #CB1856; }
span { border-color: rgb(203,24,86); }
td.TdClassName
{
border-color: #CB1856;
}
.TagClassName
{
border-color: #CB1856;
}
</style>