Shades of Ruby #CB1462
Tints of Ruby #CB1462
RGB
CMYK
RGB Variations
Color information
#CB1462 (or 0xCB1462) is known color: Ruby. HEX triplet: CB, 14 and 62. RGB value is (203,20,98). Sum of RGB (Red+Green+Blue) = 203+20+98=321 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.24% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1462 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1462 is #34EB9D. Grayscale: #535353. Windows color (decimal): -3468190 or 6427851. OLE color: 6427851.
HSL color Cylindrical-coordinate representation of color #CB1462: hue angle of 334.43º 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 #CB1462 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 98 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.20 |
| HSL | 334.43º | 0.82% | 0.44% | - |
| HSV(B) | 334.43º | 0.9% | 0.8% | - |
| XYZ | 27.08 | 14.08 | 12.85 | - |
| YUV | 83.61 | 136.13 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 98 | 0 | 0.90 | 0.52 | 0.20 | 334.43 | 0.82 | 0.44 |
| Hex | CB | 14 | 62 | 0 | 5A | 34 | 14 | 14E | 52 | 2C |
| Octal | 313 | 24 | 142 | 0 | 132 | 64 | 24 | 516 | 122 | 54 |
| Binary | 11001011 | 10100 | 1100010 | 0 | 1011010 | 110100 | 10100 | 101001110 | 1010010 | 101100 |
Color Harmonies of #CB1462
Complementary color
Monochromatic Colors of #CB1462
Black with #CB1462
Text Example
Text Example
White with #CB1462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1462; }
p { color: rgb(203,20,98); }
H1.HeaderClassName
{
color: #CB1462;
}
.AnyTagClassName
{
color: #CB1462;
}
</style>
background-color css
<style>
a { background-color: #CB1462; }
a { background-color: rgb(203,20,98); }
div.DivClassName
{
background-color: #CB1462;
}
.BgClassName
{
background-color: #CB1462;
}
</style>
border-color css
<style>
span { border-color: #CB1462; }
span { border-color: rgb(203,20,98); }
td.TdClassName
{
border-color: #CB1462;
}
.TagClassName
{
border-color: #CB1462;
}
</style>