Shades of Ruby #CB1254
Tints of Ruby #CB1254
RGB
CMYK
RGB Variations
Color information
#CB1254 (or 0xCB1254) is known color: Ruby. HEX triplet: CB, 12 and 54. RGB value is (203,18,84). Sum of RGB (Red+Green+Blue) = 203+18+84=305 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.56% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 84 (33.20% from 255 or 27.54% from 305); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1254 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1254 is #34EDAB. Grayscale: #505050. Windows color (decimal): -3468716 or 5509835. OLE color: 5509835.
HSL color Cylindrical-coordinate representation of color #CB1254: hue angle of 338.59º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB1254 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 18 | 84 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.20 |
| HSL | 338.59º | 0.84% | 0.43% | - |
| HSV(B) | 338.59º | 0.91% | 0.8% | - |
| XYZ | 26.45 | 13.77 | 9.65 | - |
| YUV | 80.84 | 129.79 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 84 | 0 | 0.91 | 0.59 | 0.20 | 338.59 | 0.84 | 0.43 |
| Hex | CB | 12 | 54 | 0 | 5B | 3B | 14 | 153 | 54 | 2B |
| Octal | 313 | 22 | 124 | 0 | 133 | 73 | 24 | 523 | 124 | 53 |
| Binary | 11001011 | 10010 | 1010100 | 0 | 1011011 | 111011 | 10100 | 101010011 | 1010100 | 101011 |
Color Harmonies of #CB1254
Complementary color
Monochromatic Colors of #CB1254
Black with #CB1254
Text Example
Text Example
White with #CB1254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1254; }
p { color: rgb(203,18,84); }
H1.HeaderClassName
{
color: #CB1254;
}
.AnyTagClassName
{
color: #CB1254;
}
</style>
background-color css
<style>
a { background-color: #CB1254; }
a { background-color: rgb(203,18,84); }
div.DivClassName
{
background-color: #CB1254;
}
.BgClassName
{
background-color: #CB1254;
}
</style>
border-color css
<style>
span { border-color: #CB1254; }
span { border-color: rgb(203,18,84); }
td.TdClassName
{
border-color: #CB1254;
}
.TagClassName
{
border-color: #CB1254;
}
</style>