Shades of Ruby #CB1855
Tints of Ruby #CB1855
RGB
CMYK
RGB Variations
Color information
#CB1855 (or 0xCB1855) is known color: Ruby. HEX triplet: CB, 18 and 55. RGB value is (203,24,85). Sum of RGB (Red+Green+Blue) = 203+24+85=312 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.06% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1855 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1855 is #34E7AA. Grayscale: #545454. Windows color (decimal): -3467179 or 5576907. OLE color: 5576907.
HSL color Cylindrical-coordinate representation of color #CB1855: hue angle of 339.55º 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 #CB1855 is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 24 | 85 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.20 |
| HSL | 339.55º | 0.79% | 0.45% | - |
| HSV(B) | 339.55º | 0.88% | 0.8% | - |
| XYZ | 26.59 | 14.01 | 9.9 | - |
| YUV | 84.48 | 128.3 | 212.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 24 | 85 | 0 | 0.88 | 0.58 | 0.20 | 339.55 | 0.79 | 0.45 |
| Hex | CB | 18 | 55 | 0 | 58 | 3A | 14 | 154 | 4F | 2D |
| Octal | 313 | 30 | 125 | 0 | 130 | 72 | 24 | 524 | 117 | 55 |
| Binary | 11001011 | 11000 | 1010101 | 0 | 1011000 | 111010 | 10100 | 101010100 | 1001111 | 101101 |
Color Harmonies of #CB1855
Complementary color
Monochromatic Colors of #CB1855
Black with #CB1855
Text Example
Text Example
White with #CB1855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1855; }
p { color: rgb(203,24,85); }
H1.HeaderClassName
{
color: #CB1855;
}
.AnyTagClassName
{
color: #CB1855;
}
</style>
background-color css
<style>
a { background-color: #CB1855; }
a { background-color: rgb(203,24,85); }
div.DivClassName
{
background-color: #CB1855;
}
.BgClassName
{
background-color: #CB1855;
}
</style>
border-color css
<style>
span { border-color: #CB1855; }
span { border-color: rgb(203,24,85); }
td.TdClassName
{
border-color: #CB1855;
}
.TagClassName
{
border-color: #CB1855;
}
</style>