Shades of Ruby #CB1752
Tints of Ruby #CB1752
RGB
CMYK
RGB Variations
Color information
#CB1752 (or 0xCB1752) is known color: Ruby. HEX triplet: CB, 17 and 52. RGB value is (203,23,82). Sum of RGB (Red+Green+Blue) = 203+23+82=308 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.91% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1752 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1752 is #34E8AD. Grayscale: #535353. Windows color (decimal): -3467438 or 5380043. OLE color: 5380043.
HSL color Cylindrical-coordinate representation of color #CB1752: hue angle of 340.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB1752 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 82 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.20 |
| HSL | 340.33º | 0.8% | 0.44% | - |
| HSV(B) | 340.33º | 0.89% | 0.8% | - |
| XYZ | 26.46 | 13.92 | 9.27 | - |
| YUV | 83.55 | 127.13 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 82 | 0 | 0.89 | 0.60 | 0.20 | 340.33 | 0.8 | 0.44 |
| Hex | CB | 17 | 52 | 0 | 59 | 3C | 14 | 154 | 50 | 2C |
| Octal | 313 | 27 | 122 | 0 | 131 | 74 | 24 | 524 | 120 | 54 |
| Binary | 11001011 | 10111 | 1010010 | 0 | 1011001 | 111100 | 10100 | 101010100 | 1010000 | 101100 |
Color Harmonies of #CB1752
Complementary color
Monochromatic Colors of #CB1752
Black with #CB1752
Text Example
Text Example
White with #CB1752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1752; }
p { color: rgb(203,23,82); }
H1.HeaderClassName
{
color: #CB1752;
}
.AnyTagClassName
{
color: #CB1752;
}
</style>
background-color css
<style>
a { background-color: #CB1752; }
a { background-color: rgb(203,23,82); }
div.DivClassName
{
background-color: #CB1752;
}
.BgClassName
{
background-color: #CB1752;
}
</style>
border-color css
<style>
span { border-color: #CB1752; }
span { border-color: rgb(203,23,82); }
td.TdClassName
{
border-color: #CB1752;
}
.TagClassName
{
border-color: #CB1752;
}
</style>