Shades of Ruby #CA1264
Tints of Ruby #CA1264
RGB
CMYK
RGB Variations
Color information
#CA1264 (or 0xCA1264) is known color: Ruby. HEX triplet: CA, 12 and 64. RGB value is (202,18,100). Sum of RGB (Red+Green+Blue) = 202+18+100=320 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.12% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1264 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1264 is #35ED9B. Grayscale: #525252. Windows color (decimal): -3534236 or 6558410. OLE color: 6558410.
HSL color Cylindrical-coordinate representation of color #CA1264: hue angle of 333.26º degrees, saturation: 0.84, 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 #CA1264 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 18 | 100 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.21 |
| HSL | 333.26º | 0.84% | 0.43% | - |
| HSV(B) | 333.26º | 0.91% | 0.79% | - |
| XYZ | 26.87 | 13.91 | 13.32 | - |
| YUV | 82.36 | 137.96 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 18 | 100 | 0 | 0.91 | 0.50 | 0.21 | 333.26 | 0.84 | 0.43 |
| Hex | CA | 12 | 64 | 0 | 5B | 32 | 15 | 14D | 54 | 2B |
| Octal | 312 | 22 | 144 | 0 | 133 | 62 | 25 | 515 | 124 | 53 |
| Binary | 11001010 | 10010 | 1100100 | 0 | 1011011 | 110010 | 10101 | 101001101 | 1010100 | 101011 |
Color Harmonies of #CA1264
Complementary color
Monochromatic Colors of #CA1264
Black with #CA1264
Text Example
Text Example
White with #CA1264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1264; }
p { color: rgb(202,18,100); }
H1.HeaderClassName
{
color: #CA1264;
}
.AnyTagClassName
{
color: #CA1264;
}
</style>
background-color css
<style>
a { background-color: #CA1264; }
a { background-color: rgb(202,18,100); }
div.DivClassName
{
background-color: #CA1264;
}
.BgClassName
{
background-color: #CA1264;
}
</style>
border-color css
<style>
span { border-color: #CA1264; }
span { border-color: rgb(202,18,100); }
td.TdClassName
{
border-color: #CA1264;
}
.TagClassName
{
border-color: #CA1264;
}
</style>