Shades of Ruby #CB0952
Tints of Ruby #CB0952
RGB
CMYK
RGB Variations
Color information
#CB0952 (or 0xCB0952) is known color: Ruby. HEX triplet: CB, 09 and 52. RGB value is (203,9,82). Sum of RGB (Red+Green+Blue) = 203+9+82=294 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.05% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0952 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0952 is #34F6AD. Grayscale: #4B4B4B. Windows color (decimal): -3471022 or 5376459. OLE color: 5376459.
HSL color Cylindrical-coordinate representation of color #CB0952: hue angle of 337.42º 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 #CB0952 is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 82 | - |
| CMYK | 0 | 0.96 | 0.60 | 0.20 |
| HSL | 337.42º | 0.92% | 0.42% | - |
| HSV(B) | 337.42º | 0.96% | 0.8% | - |
| XYZ | 26.25 | 13.5 | 9.21 | - |
| YUV | 75.33 | 131.77 | 219.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 82 | 0 | 0.96 | 0.60 | 0.20 | 337.42 | 0.92 | 0.42 |
| Hex | CB | 9 | 52 | 0 | 60 | 3C | 14 | 151 | 5C | 2A |
| Octal | 313 | 11 | 122 | 0 | 140 | 74 | 24 | 521 | 134 | 52 |
| Binary | 11001011 | 1001 | 1010010 | 0 | 1100000 | 111100 | 10100 | 101010001 | 1011100 | 101010 |
Color Harmonies of #CB0952
Complementary color
Monochromatic Colors of #CB0952
Black with #CB0952
Text Example
Text Example
White with #CB0952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0952; }
p { color: rgb(203,9,82); }
H1.HeaderClassName
{
color: #CB0952;
}
.AnyTagClassName
{
color: #CB0952;
}
</style>
background-color css
<style>
a { background-color: #CB0952; }
a { background-color: rgb(203,9,82); }
div.DivClassName
{
background-color: #CB0952;
}
.BgClassName
{
background-color: #CB0952;
}
</style>
border-color css
<style>
span { border-color: #CB0952; }
span { border-color: rgb(203,9,82); }
td.TdClassName
{
border-color: #CB0952;
}
.TagClassName
{
border-color: #CB0952;
}
</style>