Shades of Ruby #CA135F
Tints of Ruby #CA135F
RGB
CMYK
RGB Variations
Color information
#CA135F (or 0xCA135F) is known color: Ruby. HEX triplet: CA, 13 and 5F. RGB value is (202,19,95). Sum of RGB (Red+Green+Blue) = 202+19+95=316 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.92% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 202 - color contains mainly: red. Hex color #CA135F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA135F is #35ECA0. Grayscale: #525252. Windows color (decimal): -3533985 or 6230986. OLE color: 6230986.
HSL color Cylindrical-coordinate representation of color #CA135F: hue angle of 335.08º 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 #CA135F is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 19 | 95 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.21 |
| HSL | 335.08º | 0.83% | 0.43% | - |
| HSV(B) | 335.08º | 0.91% | 0.79% | - |
| XYZ | 26.66 | 13.85 | 12.09 | - |
| YUV | 82.38 | 135.13 | 213.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 95 | 0 | 0.91 | 0.53 | 0.21 | 335.08 | 0.83 | 0.43 |
| Hex | CA | 13 | 5F | 0 | 5B | 35 | 15 | 14F | 53 | 2B |
| Octal | 312 | 23 | 137 | 0 | 133 | 65 | 25 | 517 | 123 | 53 |
| Binary | 11001010 | 10011 | 1011111 | 0 | 1011011 | 110101 | 10101 | 101001111 | 1010011 | 101011 |
Color Harmonies of #CA135F
Complementary color
Monochromatic Colors of #CA135F
Black with #CA135F
Text Example
Text Example
White with #CA135F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA135F; }
p { color: rgb(202,19,95); }
H1.HeaderClassName
{
color: #CA135F;
}
.AnyTagClassName
{
color: #CA135F;
}
</style>
background-color css
<style>
a { background-color: #CA135F; }
a { background-color: rgb(202,19,95); }
div.DivClassName
{
background-color: #CA135F;
}
.BgClassName
{
background-color: #CA135F;
}
</style>
border-color css
<style>
span { border-color: #CA135F; }
span { border-color: rgb(202,19,95); }
td.TdClassName
{
border-color: #CA135F;
}
.TagClassName
{
border-color: #CA135F;
}
</style>