Shades of Ruby #CA1365
Tints of Ruby #CA1365
RGB
CMYK
RGB Variations
Color information
#CA1365 (or 0xCA1365) is known color: Ruby. HEX triplet: CA, 13 and 65. RGB value is (202,19,101). Sum of RGB (Red+Green+Blue) = 202+19+101=322 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.73% from 322); Green value is 19 (7.81% from 255 or 5.90% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1365 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1365 is #35EC9A. Grayscale: #525252. Windows color (decimal): -3533979 or 6624202. OLE color: 6624202.
HSL color Cylindrical-coordinate representation of color #CA1365: hue angle of 333.11º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA1365 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 19 | 101 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.21 |
| HSL | 333.11º | 0.83% | 0.43% | - |
| HSV(B) | 333.11º | 0.91% | 0.79% | - |
| XYZ | 26.94 | 13.96 | 13.59 | - |
| YUV | 83.07 | 138.13 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 101 | 0 | 0.91 | 0.50 | 0.21 | 333.11 | 0.83 | 0.43 |
| Hex | CA | 13 | 65 | 0 | 5B | 32 | 15 | 14D | 53 | 2B |
| Octal | 312 | 23 | 145 | 0 | 133 | 62 | 25 | 515 | 123 | 53 |
| Binary | 11001010 | 10011 | 1100101 | 0 | 1011011 | 110010 | 10101 | 101001101 | 1010011 | 101011 |
Color Harmonies of #CA1365
Complementary color
Monochromatic Colors of #CA1365
Black with #CA1365
Text Example
Text Example
White with #CA1365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1365; }
p { color: rgb(202,19,101); }
H1.HeaderClassName
{
color: #CA1365;
}
.AnyTagClassName
{
color: #CA1365;
}
</style>
background-color css
<style>
a { background-color: #CA1365; }
a { background-color: rgb(202,19,101); }
div.DivClassName
{
background-color: #CA1365;
}
.BgClassName
{
background-color: #CA1365;
}
</style>
border-color css
<style>
span { border-color: #CA1365; }
span { border-color: rgb(202,19,101); }
td.TdClassName
{
border-color: #CA1365;
}
.TagClassName
{
border-color: #CA1365;
}
</style>