Shades of Ruby #CB1A5E
Tints of Ruby #CB1A5E
RGB
CMYK
RGB Variations
Color information
#CB1A5E (or 0xCB1A5E) is known color: Ruby. HEX triplet: CB, 1A and 5E. RGB value is (203,26,94). Sum of RGB (Red+Green+Blue) = 203+26+94=323 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.85% from 323); Green value is 26 (10.55% from 255 or 8.05% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1A5E is #34E5A1. Grayscale: #565656. Windows color (decimal): -3466658 or 6167243. OLE color: 6167243.
HSL color Cylindrical-coordinate representation of color #CB1A5E: hue angle of 336.95º 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 #CB1A5E is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 26 | 94 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.20 |
| HSL | 336.95º | 0.77% | 0.45% | - |
| HSV(B) | 336.95º | 0.87% | 0.8% | - |
| XYZ | 27.02 | 14.24 | 11.91 | - |
| YUV | 86.68 | 132.14 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 26 | 94 | 0 | 0.87 | 0.54 | 0.20 | 336.95 | 0.77 | 0.45 |
| Hex | CB | 1A | 5E | 0 | 57 | 36 | 14 | 151 | 4D | 2D |
| Octal | 313 | 32 | 136 | 0 | 127 | 66 | 24 | 521 | 115 | 55 |
| Binary | 11001011 | 11010 | 1011110 | 0 | 1010111 | 110110 | 10100 | 101010001 | 1001101 | 101101 |
Color Harmonies of #CB1A5E
Complementary color
Monochromatic Colors of #CB1A5E
Black with #CB1A5E
Text Example
Text Example
White with #CB1A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1A5E; }
p { color: rgb(203,26,94); }
H1.HeaderClassName
{
color: #CB1A5E;
}
.AnyTagClassName
{
color: #CB1A5E;
}
</style>
background-color css
<style>
a { background-color: #CB1A5E; }
a { background-color: rgb(203,26,94); }
div.DivClassName
{
background-color: #CB1A5E;
}
.BgClassName
{
background-color: #CB1A5E;
}
</style>
border-color css
<style>
span { border-color: #CB1A5E; }
span { border-color: rgb(203,26,94); }
td.TdClassName
{
border-color: #CB1A5E;
}
.TagClassName
{
border-color: #CB1A5E;
}
</style>