Shades of Ruby #CB134F
Tints of Ruby #CB134F
RGB
CMYK
RGB Variations
Color information
#CB134F (or 0xCB134F) is known color: Ruby. HEX triplet: CB, 13 and 4F. RGB value is (203,19,79). Sum of RGB (Red+Green+Blue) = 203+19+79=301 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.44% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 203 - color contains mainly: red. Hex color #CB134F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB134F is #34ECB0. Grayscale: #505050. Windows color (decimal): -3468465 or 5182411. OLE color: 5182411.
HSL color Cylindrical-coordinate representation of color #CB134F: hue angle of 340.43º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB134F is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 19 | 79 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.20 |
| HSL | 340.43º | 0.83% | 0.44% | - |
| HSV(B) | 340.43º | 0.91% | 0.8% | - |
| XYZ | 26.27 | 13.73 | 8.66 | - |
| YUV | 80.86 | 126.96 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 19 | 79 | 0 | 0.91 | 0.61 | 0.20 | 340.43 | 0.83 | 0.44 |
| Hex | CB | 13 | 4F | 0 | 5B | 3D | 14 | 154 | 53 | 2C |
| Octal | 313 | 23 | 117 | 0 | 133 | 75 | 24 | 524 | 123 | 54 |
| Binary | 11001011 | 10011 | 1001111 | 0 | 1011011 | 111101 | 10100 | 101010100 | 1010011 | 101100 |
Color Harmonies of #CB134F
Complementary color
Monochromatic Colors of #CB134F
Black with #CB134F
Text Example
Text Example
White with #CB134F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB134F; }
p { color: rgb(203,19,79); }
H1.HeaderClassName
{
color: #CB134F;
}
.AnyTagClassName
{
color: #CB134F;
}
</style>
background-color css
<style>
a { background-color: #CB134F; }
a { background-color: rgb(203,19,79); }
div.DivClassName
{
background-color: #CB134F;
}
.BgClassName
{
background-color: #CB134F;
}
</style>
border-color css
<style>
span { border-color: #CB134F; }
span { border-color: rgb(203,19,79); }
td.TdClassName
{
border-color: #CB134F;
}
.TagClassName
{
border-color: #CB134F;
}
</style>