Shades of Ruby #CB1B5F
Tints of Ruby #CB1B5F
RGB
CMYK
RGB Variations
Color information
#CB1B5F (or 0xCB1B5F) is known color: Ruby. HEX triplet: CB, 1B and 5F. RGB value is (203,27,95). Sum of RGB (Red+Green+Blue) = 203+27+95=325 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.46% from 325); Green value is 27 (10.94% from 255 or 8.31% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1B5F is #34E4A0. Grayscale: #575757. Windows color (decimal): -3466401 or 6233035. OLE color: 6233035.
HSL color Cylindrical-coordinate representation of color #CB1B5F: hue angle of 336.82º 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 #CB1B5F is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 27 | 95 | - |
| CMYK | 0 | 0.87 | 0.53 | 0.20 |
| HSL | 336.82º | 0.77% | 0.45% | - |
| HSV(B) | 336.82º | 0.87% | 0.8% | - |
| XYZ | 27.09 | 14.31 | 12.16 | - |
| YUV | 87.38 | 132.31 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 27 | 95 | 0 | 0.87 | 0.53 | 0.20 | 336.82 | 0.77 | 0.45 |
| Hex | CB | 1B | 5F | 0 | 57 | 35 | 14 | 151 | 4D | 2D |
| Octal | 313 | 33 | 137 | 0 | 127 | 65 | 24 | 521 | 115 | 55 |
| Binary | 11001011 | 11011 | 1011111 | 0 | 1010111 | 110101 | 10100 | 101010001 | 1001101 | 101101 |
Color Harmonies of #CB1B5F
Complementary color
Monochromatic Colors of #CB1B5F
Black with #CB1B5F
Text Example
Text Example
White with #CB1B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1B5F; }
p { color: rgb(203,27,95); }
H1.HeaderClassName
{
color: #CB1B5F;
}
.AnyTagClassName
{
color: #CB1B5F;
}
</style>
background-color css
<style>
a { background-color: #CB1B5F; }
a { background-color: rgb(203,27,95); }
div.DivClassName
{
background-color: #CB1B5F;
}
.BgClassName
{
background-color: #CB1B5F;
}
</style>
border-color css
<style>
span { border-color: #CB1B5F; }
span { border-color: rgb(203,27,95); }
td.TdClassName
{
border-color: #CB1B5F;
}
.TagClassName
{
border-color: #CB1B5F;
}
</style>