Shades of Ruby #CA1050
Tints of Ruby #CA1050
RGB
CMYK
RGB Variations
Color information
#CA1050 (or 0xCA1050) is known color: Ruby. HEX triplet: CA, 10 and 50. RGB value is (202,16,80). Sum of RGB (Red+Green+Blue) = 202+16+80=298 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.79% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1050 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1050 is #35EFAF. Grayscale: #4E4E4E. Windows color (decimal): -3534768 or 5247178. OLE color: 5247178.
HSL color Cylindrical-coordinate representation of color #CA1050: hue angle of 339.35º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA1050 is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 16 | 80 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.21 |
| HSL | 339.35º | 0.85% | 0.43% | - |
| HSV(B) | 339.35º | 0.92% | 0.79% | - |
| XYZ | 25.99 | 13.51 | 8.83 | - |
| YUV | 78.91 | 128.62 | 215.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 80 | 0 | 0.92 | 0.60 | 0.21 | 339.35 | 0.85 | 0.43 |
| Hex | CA | 10 | 50 | 0 | 5C | 3C | 15 | 153 | 55 | 2B |
| Octal | 312 | 20 | 120 | 0 | 134 | 74 | 25 | 523 | 125 | 53 |
| Binary | 11001010 | 10000 | 1010000 | 0 | 1011100 | 111100 | 10101 | 101010011 | 1010101 | 101011 |
Color Harmonies of #CA1050
Complementary color
Monochromatic Colors of #CA1050
Black with #CA1050
Text Example
Text Example
White with #CA1050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1050; }
p { color: rgb(202,16,80); }
H1.HeaderClassName
{
color: #CA1050;
}
.AnyTagClassName
{
color: #CA1050;
}
</style>
background-color css
<style>
a { background-color: #CA1050; }
a { background-color: rgb(202,16,80); }
div.DivClassName
{
background-color: #CA1050;
}
.BgClassName
{
background-color: #CA1050;
}
</style>
border-color css
<style>
span { border-color: #CA1050; }
span { border-color: rgb(202,16,80); }
td.TdClassName
{
border-color: #CA1050;
}
.TagClassName
{
border-color: #CA1050;
}
</style>