Shades of Ruby #CB045B
Tints of Ruby #CB045B
RGB
CMYK
RGB Variations
Color information
#CB045B (or 0xCB045B) is known color: Ruby. HEX triplet: CB, 04 and 5B. RGB value is (203,4,91). Sum of RGB (Red+Green+Blue) = 203+4+91=298 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.12% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 203 - color contains mainly: red. Hex color #CB045B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB045B is #34FBA4. Grayscale: #494949. Windows color (decimal): -3472293 or 5965003. OLE color: 5965003.
HSL color Cylindrical-coordinate representation of color #CB045B: hue angle of 333.77º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB045B is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 4 | 91 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.20 |
| HSL | 333.77º | 0.96% | 0.41% | - |
| HSV(B) | 333.77º | 0.98% | 0.8% | - |
| XYZ | 26.56 | 13.54 | 11.11 | - |
| YUV | 73.42 | 137.93 | 220.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 4 | 91 | 0 | 0.98 | 0.55 | 0.20 | 333.77 | 0.96 | 0.41 |
| Hex | CB | 4 | 5B | 0 | 62 | 37 | 14 | 14E | 60 | 29 |
| Octal | 313 | 4 | 133 | 0 | 142 | 67 | 24 | 516 | 140 | 51 |
| Binary | 11001011 | 100 | 1011011 | 0 | 1100010 | 110111 | 10100 | 101001110 | 1100000 | 101001 |
Color Harmonies of #CB045B
Complementary color
Monochromatic Colors of #CB045B
Black with #CB045B
Text Example
Text Example
White with #CB045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB045B; }
p { color: rgb(203,4,91); }
H1.HeaderClassName
{
color: #CB045B;
}
.AnyTagClassName
{
color: #CB045B;
}
</style>
background-color css
<style>
a { background-color: #CB045B; }
a { background-color: rgb(203,4,91); }
div.DivClassName
{
background-color: #CB045B;
}
.BgClassName
{
background-color: #CB045B;
}
</style>
border-color css
<style>
span { border-color: #CB045B; }
span { border-color: rgb(203,4,91); }
td.TdClassName
{
border-color: #CB045B;
}
.TagClassName
{
border-color: #CB045B;
}
</style>