Shades of Ruby #CA1464
Tints of Ruby #CA1464
RGB
CMYK
RGB Variations
Color information
#CA1464 (or 0xCA1464) is known color: Ruby. HEX triplet: CA, 14 and 64. RGB value is (202,20,100). Sum of RGB (Red+Green+Blue) = 202+20+100=322 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.73% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1464 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1464 is #35EB9B. Grayscale: #535353. Windows color (decimal): -3533724 or 6558922. OLE color: 6558922.
HSL color Cylindrical-coordinate representation of color #CA1464: hue angle of 333.63º degrees, saturation: 0.82, 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 #CA1464 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 20 | 100 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.21 |
| HSL | 333.63º | 0.82% | 0.44% | - |
| HSV(B) | 333.63º | 0.9% | 0.79% | - |
| XYZ | 26.91 | 13.98 | 13.34 | - |
| YUV | 83.54 | 137.3 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 20 | 100 | 0 | 0.90 | 0.50 | 0.21 | 333.63 | 0.82 | 0.44 |
| Hex | CA | 14 | 64 | 0 | 5A | 32 | 15 | 14E | 52 | 2C |
| Octal | 312 | 24 | 144 | 0 | 132 | 62 | 25 | 516 | 122 | 54 |
| Binary | 11001010 | 10100 | 1100100 | 0 | 1011010 | 110010 | 10101 | 101001110 | 1010010 | 101100 |
Color Harmonies of #CA1464
Complementary color
Monochromatic Colors of #CA1464
Black with #CA1464
Text Example
Text Example
White with #CA1464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1464; }
p { color: rgb(202,20,100); }
H1.HeaderClassName
{
color: #CA1464;
}
.AnyTagClassName
{
color: #CA1464;
}
</style>
background-color css
<style>
a { background-color: #CA1464; }
a { background-color: rgb(202,20,100); }
div.DivClassName
{
background-color: #CA1464;
}
.BgClassName
{
background-color: #CA1464;
}
</style>
border-color css
<style>
span { border-color: #CA1464; }
span { border-color: rgb(202,20,100); }
td.TdClassName
{
border-color: #CA1464;
}
.TagClassName
{
border-color: #CA1464;
}
</style>