Shades of Ruby #CA135C
Tints of Ruby #CA135C
RGB
CMYK
RGB Variations
Color information
#CA135C (or 0xCA135C) is known color: Ruby. HEX triplet: CA, 13 and 5C. RGB value is (202,19,92). Sum of RGB (Red+Green+Blue) = 202+19+92=313 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.54% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 202 - color contains mainly: red. Hex color #CA135C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA135C is #35ECA3. Grayscale: #515151. Windows color (decimal): -3533988 or 6034378. OLE color: 6034378.
HSL color Cylindrical-coordinate representation of color #CA135C: hue angle of 336.07º 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 #CA135C is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 19 | 92 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.21 |
| HSL | 336.07º | 0.83% | 0.43% | - |
| HSV(B) | 336.07º | 0.91% | 0.79% | - |
| XYZ | 26.52 | 13.8 | 11.39 | - |
| YUV | 82.04 | 133.63 | 213.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 92 | 0 | 0.91 | 0.54 | 0.21 | 336.07 | 0.83 | 0.43 |
| Hex | CA | 13 | 5C | 0 | 5B | 36 | 15 | 150 | 53 | 2B |
| Octal | 312 | 23 | 134 | 0 | 133 | 66 | 25 | 520 | 123 | 53 |
| Binary | 11001010 | 10011 | 1011100 | 0 | 1011011 | 110110 | 10101 | 101010000 | 1010011 | 101011 |
Color Harmonies of #CA135C
Complementary color
Monochromatic Colors of #CA135C
Black with #CA135C
Text Example
Text Example
White with #CA135C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA135C; }
p { color: rgb(202,19,92); }
H1.HeaderClassName
{
color: #CA135C;
}
.AnyTagClassName
{
color: #CA135C;
}
</style>
background-color css
<style>
a { background-color: #CA135C; }
a { background-color: rgb(202,19,92); }
div.DivClassName
{
background-color: #CA135C;
}
.BgClassName
{
background-color: #CA135C;
}
</style>
border-color css
<style>
span { border-color: #CA135C; }
span { border-color: rgb(202,19,92); }
td.TdClassName
{
border-color: #CA135C;
}
.TagClassName
{
border-color: #CA135C;
}
</style>