Shades of Ruby #CB1B5D
Tints of Ruby #CB1B5D
RGB
CMYK
RGB Variations
Color information
#CB1B5D (or 0xCB1B5D) is known color: Ruby. HEX triplet: CB, 1B and 5D. RGB value is (203,27,93). Sum of RGB (Red+Green+Blue) = 203+27+93=323 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.85% from 323); Green value is 27 (10.94% from 255 or 8.36% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1B5D is #34E4A2. Grayscale: #575757. Windows color (decimal): -3466403 or 6101963. OLE color: 6101963.
HSL color Cylindrical-coordinate representation of color #CB1B5D: hue angle of 337.5º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB1B5D is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 27 | 93 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.20 |
| HSL | 337.5º | 0.77% | 0.45% | - |
| HSV(B) | 337.5º | 0.87% | 0.8% | - |
| XYZ | 27 | 14.27 | 11.69 | - |
| YUV | 87.15 | 131.31 | 210.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 27 | 93 | 0 | 0.87 | 0.54 | 0.20 | 337.5 | 0.77 | 0.45 |
| Hex | CB | 1B | 5D | 0 | 57 | 36 | 14 | 152 | 4D | 2D |
| Octal | 313 | 33 | 135 | 0 | 127 | 66 | 24 | 522 | 115 | 55 |
| Binary | 11001011 | 11011 | 1011101 | 0 | 1010111 | 110110 | 10100 | 101010010 | 1001101 | 101101 |
Color Harmonies of #CB1B5D
Complementary color
Monochromatic Colors of #CB1B5D
Black with #CB1B5D
Text Example
Text Example
White with #CB1B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1B5D; }
p { color: rgb(203,27,93); }
H1.HeaderClassName
{
color: #CB1B5D;
}
.AnyTagClassName
{
color: #CB1B5D;
}
</style>
background-color css
<style>
a { background-color: #CB1B5D; }
a { background-color: rgb(203,27,93); }
div.DivClassName
{
background-color: #CB1B5D;
}
.BgClassName
{
background-color: #CB1B5D;
}
</style>
border-color css
<style>
span { border-color: #CB1B5D; }
span { border-color: rgb(203,27,93); }
td.TdClassName
{
border-color: #CB1B5D;
}
.TagClassName
{
border-color: #CB1B5D;
}
</style>