Shades of Ruby #CA105B
Tints of Ruby #CA105B
RGB
CMYK
RGB Variations
Color information
#CA105B (or 0xCA105B) is known color: Ruby. HEX triplet: CA, 10 and 5B. RGB value is (202,16,91). Sum of RGB (Red+Green+Blue) = 202+16+91=309 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.37% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 202 - color contains mainly: red. Hex color #CA105B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA105B is #35EFA4. Grayscale: #505050. Windows color (decimal): -3534757 or 5968074. OLE color: 5968074.
HSL color Cylindrical-coordinate representation of color #CA105B: hue angle of 335.81º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA105B is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 16 | 91 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.21 |
| HSL | 335.81º | 0.85% | 0.43% | - |
| HSV(B) | 335.81º | 0.92% | 0.79% | - |
| XYZ | 26.43 | 13.68 | 11.15 | - |
| YUV | 80.16 | 134.12 | 214.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 91 | 0 | 0.92 | 0.55 | 0.21 | 335.81 | 0.85 | 0.43 |
| Hex | CA | 10 | 5B | 0 | 5C | 37 | 15 | 150 | 55 | 2B |
| Octal | 312 | 20 | 133 | 0 | 134 | 67 | 25 | 520 | 125 | 53 |
| Binary | 11001010 | 10000 | 1011011 | 0 | 1011100 | 110111 | 10101 | 101010000 | 1010101 | 101011 |
Color Harmonies of #CA105B
Complementary color
Monochromatic Colors of #CA105B
Black with #CA105B
Text Example
Text Example
White with #CA105B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA105B; }
p { color: rgb(202,16,91); }
H1.HeaderClassName
{
color: #CA105B;
}
.AnyTagClassName
{
color: #CA105B;
}
</style>
background-color css
<style>
a { background-color: #CA105B; }
a { background-color: rgb(202,16,91); }
div.DivClassName
{
background-color: #CA105B;
}
.BgClassName
{
background-color: #CA105B;
}
</style>
border-color css
<style>
span { border-color: #CA105B; }
span { border-color: rgb(202,16,91); }
td.TdClassName
{
border-color: #CA105B;
}
.TagClassName
{
border-color: #CA105B;
}
</style>