Shades of Ruby #CA1B5D
Tints of Ruby #CA1B5D
RGB
CMYK
RGB Variations
Color information
#CA1B5D (or 0xCA1B5D) is known color: Ruby. HEX triplet: CA, 1B and 5D. RGB value is (202,27,93). Sum of RGB (Red+Green+Blue) = 202+27+93=322 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.73% from 322); Green value is 27 (10.94% from 255 or 8.39% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1B5D is #35E4A2. Grayscale: #565656. Windows color (decimal): -3531939 or 6101962. OLE color: 6101962.
HSL color Cylindrical-coordinate representation of color #CA1B5D: hue angle of 337.37º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA1B5D is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 27 | 93 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.21 |
| HSL | 337.37º | 0.76% | 0.45% | - |
| HSV(B) | 337.37º | 0.87% | 0.79% | - |
| XYZ | 26.72 | 14.13 | 11.67 | - |
| YUV | 86.85 | 131.48 | 210.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 27 | 93 | 0 | 0.87 | 0.54 | 0.21 | 337.37 | 0.76 | 0.45 |
| Hex | CA | 1B | 5D | 0 | 57 | 36 | 15 | 151 | 4C | 2D |
| Octal | 312 | 33 | 135 | 0 | 127 | 66 | 25 | 521 | 114 | 55 |
| Binary | 11001010 | 11011 | 1011101 | 0 | 1010111 | 110110 | 10101 | 101010001 | 1001100 | 101101 |
Color Harmonies of #CA1B5D
Complementary color
Monochromatic Colors of #CA1B5D
Black with #CA1B5D
Text Example
Text Example
White with #CA1B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1B5D; }
p { color: rgb(202,27,93); }
H1.HeaderClassName
{
color: #CA1B5D;
}
.AnyTagClassName
{
color: #CA1B5D;
}
</style>
background-color css
<style>
a { background-color: #CA1B5D; }
a { background-color: rgb(202,27,93); }
div.DivClassName
{
background-color: #CA1B5D;
}
.BgClassName
{
background-color: #CA1B5D;
}
</style>
border-color css
<style>
span { border-color: #CA1B5D; }
span { border-color: rgb(202,27,93); }
td.TdClassName
{
border-color: #CA1B5D;
}
.TagClassName
{
border-color: #CA1B5D;
}
</style>