Shades of Ruby #CA1059
Tints of Ruby #CA1059
RGB
CMYK
RGB Variations
Color information
#CA1059 (or 0xCA1059) is known color: Ruby. HEX triplet: CA, 10 and 59. RGB value is (202,16,89). Sum of RGB (Red+Green+Blue) = 202+16+89=307 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.80% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 89 (35.16% from 255 or 28.99% from 307); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1059 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1059 is #35EFA6. Grayscale: #4F4F4F. Windows color (decimal): -3534759 or 5837002. OLE color: 5837002.
HSL color Cylindrical-coordinate representation of color #CA1059: hue angle of 336.45º 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 #CA1059 is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 16 | 89 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.21 |
| HSL | 336.45º | 0.85% | 0.43% | - |
| HSV(B) | 336.45º | 0.92% | 0.79% | - |
| XYZ | 26.35 | 13.65 | 10.7 | - |
| YUV | 79.94 | 133.12 | 215.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 89 | 0 | 0.92 | 0.56 | 0.21 | 336.45 | 0.85 | 0.43 |
| Hex | CA | 10 | 59 | 0 | 5C | 38 | 15 | 150 | 55 | 2B |
| Octal | 312 | 20 | 131 | 0 | 134 | 70 | 25 | 520 | 125 | 53 |
| Binary | 11001010 | 10000 | 1011001 | 0 | 1011100 | 111000 | 10101 | 101010000 | 1010101 | 101011 |
Color Harmonies of #CA1059
Complementary color
Monochromatic Colors of #CA1059
Black with #CA1059
Text Example
Text Example
White with #CA1059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1059; }
p { color: rgb(202,16,89); }
H1.HeaderClassName
{
color: #CA1059;
}
.AnyTagClassName
{
color: #CA1059;
}
</style>
background-color css
<style>
a { background-color: #CA1059; }
a { background-color: rgb(202,16,89); }
div.DivClassName
{
background-color: #CA1059;
}
.BgClassName
{
background-color: #CA1059;
}
</style>
border-color css
<style>
span { border-color: #CA1059; }
span { border-color: rgb(202,16,89); }
td.TdClassName
{
border-color: #CA1059;
}
.TagClassName
{
border-color: #CA1059;
}
</style>