Shades of Ruby #CA1E5B
Tints of Ruby #CA1E5B
RGB
CMYK
RGB Variations
Color information
#CA1E5B (or 0xCA1E5B) is known color: Ruby. HEX triplet: CA, 1E and 5B. RGB value is (202,30,91). Sum of RGB (Red+Green+Blue) = 202+30+91=323 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.54% from 323); Green value is 30 (12.11% from 255 or 9.29% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1E5B is #35E1A4. Grayscale: #585858. Windows color (decimal): -3531173 or 5971658. OLE color: 5971658.
HSL color Cylindrical-coordinate representation of color #CA1E5B: hue angle of 338.72º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA1E5B is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 30 | 91 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.21 |
| HSL | 338.72º | 0.74% | 0.45% | - |
| HSV(B) | 338.72º | 0.85% | 0.79% | - |
| XYZ | 26.71 | 14.24 | 11.24 | - |
| YUV | 88.38 | 129.48 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 30 | 91 | 0 | 0.85 | 0.55 | 0.21 | 338.72 | 0.74 | 0.45 |
| Hex | CA | 1E | 5B | 0 | 55 | 37 | 15 | 153 | 4A | 2D |
| Octal | 312 | 36 | 133 | 0 | 125 | 67 | 25 | 523 | 112 | 55 |
| Binary | 11001010 | 11110 | 1011011 | 0 | 1010101 | 110111 | 10101 | 101010011 | 1001010 | 101101 |
Color Harmonies of #CA1E5B
Complementary color
Monochromatic Colors of #CA1E5B
Black with #CA1E5B
Text Example
Text Example
White with #CA1E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1E5B; }
p { color: rgb(202,30,91); }
H1.HeaderClassName
{
color: #CA1E5B;
}
.AnyTagClassName
{
color: #CA1E5B;
}
</style>
background-color css
<style>
a { background-color: #CA1E5B; }
a { background-color: rgb(202,30,91); }
div.DivClassName
{
background-color: #CA1E5B;
}
.BgClassName
{
background-color: #CA1E5B;
}
</style>
border-color css
<style>
span { border-color: #CA1E5B; }
span { border-color: rgb(202,30,91); }
td.TdClassName
{
border-color: #CA1E5B;
}
.TagClassName
{
border-color: #CA1E5B;
}
</style>