Shades of Ruby #CA1350
Tints of Ruby #CA1350
RGB
CMYK
RGB Variations
Color information
#CA1350 (or 0xCA1350) is known color: Ruby. HEX triplet: CA, 13 and 50. RGB value is (202,19,80). Sum of RGB (Red+Green+Blue) = 202+19+80=301 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.11% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1350 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1350 is #35ECAF. Grayscale: #505050. Windows color (decimal): -3534000 or 5247946. OLE color: 5247946.
HSL color Cylindrical-coordinate representation of color #CA1350: hue angle of 340º 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 #CA1350 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 19 | 80 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.21 |
| HSL | 340º | 0.83% | 0.43% | - |
| HSV(B) | 340º | 0.91% | 0.79% | - |
| XYZ | 26.04 | 13.6 | 8.84 | - |
| YUV | 80.67 | 127.63 | 214.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 80 | 0 | 0.91 | 0.60 | 0.21 | 340 | 0.83 | 0.43 |
| Hex | CA | 13 | 50 | 0 | 5B | 3C | 15 | 154 | 53 | 2B |
| Octal | 312 | 23 | 120 | 0 | 133 | 74 | 25 | 524 | 123 | 53 |
| Binary | 11001010 | 10011 | 1010000 | 0 | 1011011 | 111100 | 10101 | 101010100 | 1010011 | 101011 |
Color Harmonies of #CA1350
Complementary color
Monochromatic Colors of #CA1350
Black with #CA1350
Text Example
Text Example
White with #CA1350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1350; }
p { color: rgb(202,19,80); }
H1.HeaderClassName
{
color: #CA1350;
}
.AnyTagClassName
{
color: #CA1350;
}
</style>
background-color css
<style>
a { background-color: #CA1350; }
a { background-color: rgb(202,19,80); }
div.DivClassName
{
background-color: #CA1350;
}
.BgClassName
{
background-color: #CA1350;
}
</style>
border-color css
<style>
span { border-color: #CA1350; }
span { border-color: rgb(202,19,80); }
td.TdClassName
{
border-color: #CA1350;
}
.TagClassName
{
border-color: #CA1350;
}
</style>