Shades of Ruby #CA1262
Tints of Ruby #CA1262
RGB
CMYK
RGB Variations
Color information
#CA1262 (or 0xCA1262) is known color: Ruby. HEX triplet: CA, 12 and 62. RGB value is (202,18,98). Sum of RGB (Red+Green+Blue) = 202+18+98=318 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.52% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1262 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1262 is #35ED9D. Grayscale: #525252. Windows color (decimal): -3534238 or 6427338. OLE color: 6427338.
HSL color Cylindrical-coordinate representation of color #CA1262: hue angle of 333.91º 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 #CA1262 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 18 | 98 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.21 |
| HSL | 333.91º | 0.84% | 0.43% | - |
| HSV(B) | 333.91º | 0.91% | 0.79% | - |
| XYZ | 26.78 | 13.87 | 12.82 | - |
| YUV | 82.14 | 136.96 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 18 | 98 | 0 | 0.91 | 0.51 | 0.21 | 333.91 | 0.84 | 0.43 |
| Hex | CA | 12 | 62 | 0 | 5B | 33 | 15 | 14E | 54 | 2B |
| Octal | 312 | 22 | 142 | 0 | 133 | 63 | 25 | 516 | 124 | 53 |
| Binary | 11001010 | 10010 | 1100010 | 0 | 1011011 | 110011 | 10101 | 101001110 | 1010100 | 101011 |
Color Harmonies of #CA1262
Complementary color
Monochromatic Colors of #CA1262
Black with #CA1262
Text Example
Text Example
White with #CA1262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1262; }
p { color: rgb(202,18,98); }
H1.HeaderClassName
{
color: #CA1262;
}
.AnyTagClassName
{
color: #CA1262;
}
</style>
background-color css
<style>
a { background-color: #CA1262; }
a { background-color: rgb(202,18,98); }
div.DivClassName
{
background-color: #CA1262;
}
.BgClassName
{
background-color: #CA1262;
}
</style>
border-color css
<style>
span { border-color: #CA1262; }
span { border-color: rgb(202,18,98); }
td.TdClassName
{
border-color: #CA1262;
}
.TagClassName
{
border-color: #CA1262;
}
</style>