Shades of Ruby #CB1052
Tints of Ruby #CB1052
RGB
CMYK
RGB Variations
Color information
#CB1052 (or 0xCB1052) is known color: Ruby. HEX triplet: CB, 10 and 52. RGB value is (203,16,82). Sum of RGB (Red+Green+Blue) = 203+16+82=301 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.44% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 82 (32.42% from 255 or 27.24% from 301); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1052 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1052 is #34EFAD. Grayscale: #4F4F4F. Windows color (decimal): -3469230 or 5378251. OLE color: 5378251.
HSL color Cylindrical-coordinate representation of color #CB1052: hue angle of 338.82º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB1052 is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 16 | 82 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.20 |
| HSL | 338.82º | 0.85% | 0.43% | - |
| HSV(B) | 338.82º | 0.92% | 0.8% | - |
| XYZ | 26.34 | 13.68 | 9.23 | - |
| YUV | 79.44 | 129.45 | 216.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 82 | 0 | 0.92 | 0.60 | 0.20 | 338.82 | 0.85 | 0.43 |
| Hex | CB | 10 | 52 | 0 | 5C | 3C | 14 | 153 | 55 | 2B |
| Octal | 313 | 20 | 122 | 0 | 134 | 74 | 24 | 523 | 125 | 53 |
| Binary | 11001011 | 10000 | 1010010 | 0 | 1011100 | 111100 | 10100 | 101010011 | 1010101 | 101011 |
Color Harmonies of #CB1052
Complementary color
Monochromatic Colors of #CB1052
Black with #CB1052
Text Example
Text Example
White with #CB1052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1052; }
p { color: rgb(203,16,82); }
H1.HeaderClassName
{
color: #CB1052;
}
.AnyTagClassName
{
color: #CB1052;
}
</style>
background-color css
<style>
a { background-color: #CB1052; }
a { background-color: rgb(203,16,82); }
div.DivClassName
{
background-color: #CB1052;
}
.BgClassName
{
background-color: #CB1052;
}
</style>
border-color css
<style>
span { border-color: #CB1052; }
span { border-color: rgb(203,16,82); }
td.TdClassName
{
border-color: #CB1052;
}
.TagClassName
{
border-color: #CB1052;
}
</style>