Shades of Ruby #CB1256
Tints of Ruby #CB1256
RGB
CMYK
RGB Variations
Color information
#CB1256 (or 0xCB1256) is known color: Ruby. HEX triplet: CB, 12 and 56. RGB value is (203,18,86). Sum of RGB (Red+Green+Blue) = 203+18+86=307 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.12% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 86 (33.98% from 255 or 28.01% from 307); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1256 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1256 is #34EDA9. Grayscale: #505050. Windows color (decimal): -3468714 or 5640907. OLE color: 5640907.
HSL color Cylindrical-coordinate representation of color #CB1256: hue angle of 337.95º 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 #CB1256 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 18 | 86 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.20 |
| HSL | 337.95º | 0.84% | 0.43% | - |
| HSV(B) | 337.95º | 0.91% | 0.8% | - |
| XYZ | 26.52 | 13.8 | 10.07 | - |
| YUV | 81.07 | 130.79 | 214.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 86 | 0 | 0.91 | 0.58 | 0.20 | 337.95 | 0.84 | 0.43 |
| Hex | CB | 12 | 56 | 0 | 5B | 3A | 14 | 152 | 54 | 2B |
| Octal | 313 | 22 | 126 | 0 | 133 | 72 | 24 | 522 | 124 | 53 |
| Binary | 11001011 | 10010 | 1010110 | 0 | 1011011 | 111010 | 10100 | 101010010 | 1010100 | 101011 |
Color Harmonies of #CB1256
Complementary color
Monochromatic Colors of #CB1256
Black with #CB1256
Text Example
Text Example
White with #CB1256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1256; }
p { color: rgb(203,18,86); }
H1.HeaderClassName
{
color: #CB1256;
}
.AnyTagClassName
{
color: #CB1256;
}
</style>
background-color css
<style>
a { background-color: #CB1256; }
a { background-color: rgb(203,18,86); }
div.DivClassName
{
background-color: #CB1256;
}
.BgClassName
{
background-color: #CB1256;
}
</style>
border-color css
<style>
span { border-color: #CB1256; }
span { border-color: rgb(203,18,86); }
td.TdClassName
{
border-color: #CB1256;
}
.TagClassName
{
border-color: #CB1256;
}
</style>