Shades of Ruby #CB1054
Tints of Ruby #CB1054
RGB
CMYK
RGB Variations
Color information
#CB1054 (or 0xCB1054) is known color: Ruby. HEX triplet: CB, 10 and 54. RGB value is (203,16,84). Sum of RGB (Red+Green+Blue) = 203+16+84=303 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.00% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 84 (33.20% from 255 or 27.72% from 303); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1054 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1054 is #34EFAB. Grayscale: #4F4F4F. Windows color (decimal): -3469228 or 5509323. OLE color: 5509323.
HSL color Cylindrical-coordinate representation of color #CB1054: hue angle of 338.18º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB1054 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 16 | 84 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.20 |
| HSL | 338.18º | 0.85% | 0.43% | - |
| HSV(B) | 338.18º | 0.92% | 0.8% | - |
| XYZ | 26.41 | 13.71 | 9.64 | - |
| YUV | 79.67 | 130.45 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 84 | 0 | 0.92 | 0.59 | 0.20 | 338.18 | 0.85 | 0.43 |
| Hex | CB | 10 | 54 | 0 | 5C | 3B | 14 | 152 | 55 | 2B |
| Octal | 313 | 20 | 124 | 0 | 134 | 73 | 24 | 522 | 125 | 53 |
| Binary | 11001011 | 10000 | 1010100 | 0 | 1011100 | 111011 | 10100 | 101010010 | 1010101 | 101011 |
Color Harmonies of #CB1054
Complementary color
Monochromatic Colors of #CB1054
Black with #CB1054
Text Example
Text Example
White with #CB1054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1054; }
p { color: rgb(203,16,84); }
H1.HeaderClassName
{
color: #CB1054;
}
.AnyTagClassName
{
color: #CB1054;
}
</style>
background-color css
<style>
a { background-color: #CB1054; }
a { background-color: rgb(203,16,84); }
div.DivClassName
{
background-color: #CB1054;
}
.BgClassName
{
background-color: #CB1054;
}
</style>
border-color css
<style>
span { border-color: #CB1054; }
span { border-color: rgb(203,16,84); }
td.TdClassName
{
border-color: #CB1054;
}
.TagClassName
{
border-color: #CB1054;
}
</style>