Shades of Ruby #CA1862
Tints of Ruby #CA1862
RGB
CMYK
RGB Variations
Color information
#CA1862 (or 0xCA1862) is known color: Ruby. HEX triplet: CA, 18 and 62. RGB value is (202,24,98). Sum of RGB (Red+Green+Blue) = 202+24+98=324 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.35% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1862 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1862 is #35E79D. Grayscale: #555555. Windows color (decimal): -3532702 or 6428874. OLE color: 6428874.
HSL color Cylindrical-coordinate representation of color #CA1862: hue angle of 335.06º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA1862 is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 24 | 98 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.21 |
| HSL | 335.06º | 0.79% | 0.44% | - |
| HSV(B) | 335.06º | 0.88% | 0.79% | - |
| XYZ | 26.89 | 14.09 | 12.86 | - |
| YUV | 85.66 | 134.97 | 210.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 24 | 98 | 0 | 0.88 | 0.51 | 0.21 | 335.06 | 0.79 | 0.44 |
| Hex | CA | 18 | 62 | 0 | 58 | 33 | 15 | 14F | 4F | 2C |
| Octal | 312 | 30 | 142 | 0 | 130 | 63 | 25 | 517 | 117 | 54 |
| Binary | 11001010 | 11000 | 1100010 | 0 | 1011000 | 110011 | 10101 | 101001111 | 1001111 | 101100 |
Color Harmonies of #CA1862
Complementary color
Monochromatic Colors of #CA1862
Black with #CA1862
Text Example
Text Example
White with #CA1862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1862; }
p { color: rgb(202,24,98); }
H1.HeaderClassName
{
color: #CA1862;
}
.AnyTagClassName
{
color: #CA1862;
}
</style>
background-color css
<style>
a { background-color: #CA1862; }
a { background-color: rgb(202,24,98); }
div.DivClassName
{
background-color: #CA1862;
}
.BgClassName
{
background-color: #CA1862;
}
</style>
border-color css
<style>
span { border-color: #CA1862; }
span { border-color: rgb(202,24,98); }
td.TdClassName
{
border-color: #CA1862;
}
.TagClassName
{
border-color: #CA1862;
}
</style>