Shades of Ruby #CA1054
Tints of Ruby #CA1054
RGB
CMYK
RGB Variations
Color information
#CA1054 (or 0xCA1054) is known color: Ruby. HEX triplet: CA, 10 and 54. RGB value is (202,16,84). Sum of RGB (Red+Green+Blue) = 202+16+84=302 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.89% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 84 (33.20% from 255 or 27.81% from 302); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1054 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1054 is #35EFAB. Grayscale: #4F4F4F. Windows color (decimal): -3534764 or 5509322. OLE color: 5509322.
HSL color Cylindrical-coordinate representation of color #CA1054: hue angle of 338.06º 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 #CA1054 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 16 | 84 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.21 |
| HSL | 338.06º | 0.85% | 0.43% | - |
| HSV(B) | 338.06º | 0.92% | 0.79% | - |
| XYZ | 26.14 | 13.57 | 9.63 | - |
| YUV | 79.37 | 130.62 | 215.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 84 | 0 | 0.92 | 0.58 | 0.21 | 338.06 | 0.85 | 0.43 |
| Hex | CA | 10 | 54 | 0 | 5C | 3A | 15 | 152 | 55 | 2B |
| Octal | 312 | 20 | 124 | 0 | 134 | 72 | 25 | 522 | 125 | 53 |
| Binary | 11001010 | 10000 | 1010100 | 0 | 1011100 | 111010 | 10101 | 101010010 | 1010101 | 101011 |
Color Harmonies of #CA1054
Complementary color
Monochromatic Colors of #CA1054
Black with #CA1054
Text Example
Text Example
White with #CA1054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1054; }
p { color: rgb(202,16,84); }
H1.HeaderClassName
{
color: #CA1054;
}
.AnyTagClassName
{
color: #CA1054;
}
</style>
background-color css
<style>
a { background-color: #CA1054; }
a { background-color: rgb(202,16,84); }
div.DivClassName
{
background-color: #CA1054;
}
.BgClassName
{
background-color: #CA1054;
}
</style>
border-color css
<style>
span { border-color: #CA1054; }
span { border-color: rgb(202,16,84); }
td.TdClassName
{
border-color: #CA1054;
}
.TagClassName
{
border-color: #CA1054;
}
</style>