Shades of Ruby #CA155F
Tints of Ruby #CA155F
RGB
CMYK
RGB Variations
Color information
#CA155F (or 0xCA155F) is known color: Ruby. HEX triplet: CA, 15 and 5F. RGB value is (202,21,95). Sum of RGB (Red+Green+Blue) = 202+21+95=318 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.52% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 202 - color contains mainly: red. Hex color #CA155F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA155F is #35EAA0. Grayscale: #535353. Windows color (decimal): -3533473 or 6231498. OLE color: 6231498.
HSL color Cylindrical-coordinate representation of color #CA155F: hue angle of 335.47º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA155F is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 21 | 95 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.21 |
| HSL | 335.47º | 0.81% | 0.44% | - |
| HSV(B) | 335.47º | 0.9% | 0.79% | - |
| XYZ | 26.69 | 13.92 | 12.11 | - |
| YUV | 83.56 | 134.47 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 95 | 0 | 0.90 | 0.53 | 0.21 | 335.47 | 0.81 | 0.44 |
| Hex | CA | 15 | 5F | 0 | 5A | 35 | 15 | 14F | 51 | 2C |
| Octal | 312 | 25 | 137 | 0 | 132 | 65 | 25 | 517 | 121 | 54 |
| Binary | 11001010 | 10101 | 1011111 | 0 | 1011010 | 110101 | 10101 | 101001111 | 1010001 | 101100 |
Color Harmonies of #CA155F
Complementary color
Monochromatic Colors of #CA155F
Black with #CA155F
Text Example
Text Example
White with #CA155F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA155F; }
p { color: rgb(202,21,95); }
H1.HeaderClassName
{
color: #CA155F;
}
.AnyTagClassName
{
color: #CA155F;
}
</style>
background-color css
<style>
a { background-color: #CA155F; }
a { background-color: rgb(202,21,95); }
div.DivClassName
{
background-color: #CA155F;
}
.BgClassName
{
background-color: #CA155F;
}
</style>
border-color css
<style>
span { border-color: #CA155F; }
span { border-color: rgb(202,21,95); }
td.TdClassName
{
border-color: #CA155F;
}
.TagClassName
{
border-color: #CA155F;
}
</style>