Shades of Ruby #CB1552
Tints of Ruby #CB1552
RGB
CMYK
RGB Variations
Color information
#CB1552 (or 0xCB1552) is known color: Ruby. HEX triplet: CB, 15 and 52. RGB value is (203,21,82). Sum of RGB (Red+Green+Blue) = 203+21+82=306 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.34% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1552 is #34EAAD. Grayscale: #525252. Windows color (decimal): -3467950 or 5379531. OLE color: 5379531.
HSL color Cylindrical-coordinate representation of color #CB1552: hue angle of 339.89º degrees, saturation: 0.81, 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 #CB1552 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 21 | 82 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.20 |
| HSL | 339.89º | 0.81% | 0.44% | - |
| HSV(B) | 339.89º | 0.9% | 0.8% | - |
| XYZ | 26.42 | 13.84 | 9.26 | - |
| YUV | 82.37 | 127.8 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 82 | 0 | 0.90 | 0.60 | 0.20 | 339.89 | 0.81 | 0.44 |
| Hex | CB | 15 | 52 | 0 | 5A | 3C | 14 | 154 | 51 | 2C |
| Octal | 313 | 25 | 122 | 0 | 132 | 74 | 24 | 524 | 121 | 54 |
| Binary | 11001011 | 10101 | 1010010 | 0 | 1011010 | 111100 | 10100 | 101010100 | 1010001 | 101100 |
Color Harmonies of #CB1552
Complementary color
Monochromatic Colors of #CB1552
Black with #CB1552
Text Example
Text Example
White with #CB1552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1552; }
p { color: rgb(203,21,82); }
H1.HeaderClassName
{
color: #CB1552;
}
.AnyTagClassName
{
color: #CB1552;
}
</style>
background-color css
<style>
a { background-color: #CB1552; }
a { background-color: rgb(203,21,82); }
div.DivClassName
{
background-color: #CB1552;
}
.BgClassName
{
background-color: #CB1552;
}
</style>
border-color css
<style>
span { border-color: #CB1552; }
span { border-color: rgb(203,21,82); }
td.TdClassName
{
border-color: #CB1552;
}
.TagClassName
{
border-color: #CB1552;
}
</style>