Shades of Ruby #CA135B
Tints of Ruby #CA135B
RGB
CMYK
RGB Variations
Color information
#CA135B (or 0xCA135B) is known color: Ruby. HEX triplet: CA, 13 and 5B. RGB value is (202,19,91). Sum of RGB (Red+Green+Blue) = 202+19+91=312 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.74% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 202 - color contains mainly: red. Hex color #CA135B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA135B is #35ECA4. Grayscale: #515151. Windows color (decimal): -3533989 or 5968842. OLE color: 5968842.
HSL color Cylindrical-coordinate representation of color #CA135B: hue angle of 336.39º 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 #CA135B is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 19 | 91 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.21 |
| HSL | 336.39º | 0.83% | 0.43% | - |
| HSV(B) | 336.39º | 0.91% | 0.79% | - |
| XYZ | 26.48 | 13.78 | 11.16 | - |
| YUV | 81.93 | 133.13 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 91 | 0 | 0.91 | 0.55 | 0.21 | 336.39 | 0.83 | 0.43 |
| Hex | CA | 13 | 5B | 0 | 5B | 37 | 15 | 150 | 53 | 2B |
| Octal | 312 | 23 | 133 | 0 | 133 | 67 | 25 | 520 | 123 | 53 |
| Binary | 11001010 | 10011 | 1011011 | 0 | 1011011 | 110111 | 10101 | 101010000 | 1010011 | 101011 |
Color Harmonies of #CA135B
Complementary color
Monochromatic Colors of #CA135B
Black with #CA135B
Text Example
Text Example
White with #CA135B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA135B; }
p { color: rgb(202,19,91); }
H1.HeaderClassName
{
color: #CA135B;
}
.AnyTagClassName
{
color: #CA135B;
}
</style>
background-color css
<style>
a { background-color: #CA135B; }
a { background-color: rgb(202,19,91); }
div.DivClassName
{
background-color: #CA135B;
}
.BgClassName
{
background-color: #CA135B;
}
</style>
border-color css
<style>
span { border-color: #CA135B; }
span { border-color: rgb(202,19,91); }
td.TdClassName
{
border-color: #CA135B;
}
.TagClassName
{
border-color: #CA135B;
}
</style>