Shades of Ruby #CB0954
Tints of Ruby #CB0954
RGB
CMYK
RGB Variations
Color information
#CB0954 (or 0xCB0954) is known color: Ruby. HEX triplet: CB, 09 and 54. RGB value is (203,9,84). Sum of RGB (Red+Green+Blue) = 203+9+84=296 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.58% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 84 (33.20% from 255 or 28.38% from 296); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0954 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0954 is #34F6AB. Grayscale: #4B4B4B. Windows color (decimal): -3471020 or 5507531. OLE color: 5507531.
HSL color Cylindrical-coordinate representation of color #CB0954: hue angle of 336.8º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB0954 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 84 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.20 |
| HSL | 336.8º | 0.92% | 0.42% | - |
| HSV(B) | 336.8º | 0.96% | 0.8% | - |
| XYZ | 26.33 | 13.53 | 9.61 | - |
| YUV | 75.56 | 132.77 | 218.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 84 | 0 | 0.96 | 0.59 | 0.20 | 336.8 | 0.92 | 0.42 |
| Hex | CB | 9 | 54 | 0 | 60 | 3B | 14 | 151 | 5C | 2A |
| Octal | 313 | 11 | 124 | 0 | 140 | 73 | 24 | 521 | 134 | 52 |
| Binary | 11001011 | 1001 | 1010100 | 0 | 1100000 | 111011 | 10100 | 101010001 | 1011100 | 101010 |
Color Harmonies of #CB0954
Complementary color
Monochromatic Colors of #CB0954
Black with #CB0954
Text Example
Text Example
White with #CB0954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0954; }
p { color: rgb(203,9,84); }
H1.HeaderClassName
{
color: #CB0954;
}
.AnyTagClassName
{
color: #CB0954;
}
</style>
background-color css
<style>
a { background-color: #CB0954; }
a { background-color: rgb(203,9,84); }
div.DivClassName
{
background-color: #CB0954;
}
.BgClassName
{
background-color: #CB0954;
}
</style>
border-color css
<style>
span { border-color: #CB0954; }
span { border-color: rgb(203,9,84); }
td.TdClassName
{
border-color: #CB0954;
}
.TagClassName
{
border-color: #CB0954;
}
</style>