Shades of Ruby #CB1456
Tints of Ruby #CB1456
RGB
CMYK
RGB Variations
Color information
#CB1456 (or 0xCB1456) is known color: Ruby. HEX triplet: CB, 14 and 56. RGB value is (203,20,86). Sum of RGB (Red+Green+Blue) = 203+20+86=309 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.70% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1456 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1456 is #34EBA9. Grayscale: #525252. Windows color (decimal): -3468202 or 5641419. OLE color: 5641419.
HSL color Cylindrical-coordinate representation of color #CB1456: hue angle of 338.36º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB1456 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 86 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.20 |
| HSL | 338.36º | 0.82% | 0.44% | - |
| HSV(B) | 338.36º | 0.9% | 0.8% | - |
| XYZ | 26.56 | 13.87 | 10.08 | - |
| YUV | 82.24 | 130.13 | 214.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 86 | 0 | 0.90 | 0.58 | 0.20 | 338.36 | 0.82 | 0.44 |
| Hex | CB | 14 | 56 | 0 | 5A | 3A | 14 | 152 | 52 | 2C |
| Octal | 313 | 24 | 126 | 0 | 132 | 72 | 24 | 522 | 122 | 54 |
| Binary | 11001011 | 10100 | 1010110 | 0 | 1011010 | 111010 | 10100 | 101010010 | 1010010 | 101100 |
Color Harmonies of #CB1456
Complementary color
Monochromatic Colors of #CB1456
Black with #CB1456
Text Example
Text Example
White with #CB1456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1456; }
p { color: rgb(203,20,86); }
H1.HeaderClassName
{
color: #CB1456;
}
.AnyTagClassName
{
color: #CB1456;
}
</style>
background-color css
<style>
a { background-color: #CB1456; }
a { background-color: rgb(203,20,86); }
div.DivClassName
{
background-color: #CB1456;
}
.BgClassName
{
background-color: #CB1456;
}
</style>
border-color css
<style>
span { border-color: #CB1456; }
span { border-color: rgb(203,20,86); }
td.TdClassName
{
border-color: #CB1456;
}
.TagClassName
{
border-color: #CB1456;
}
</style>