Shades of Ruby #CA185B
Tints of Ruby #CA185B
RGB
CMYK
RGB Variations
Color information
#CA185B (or 0xCA185B) is known color: Ruby. HEX triplet: CA, 18 and 5B. RGB value is (202,24,91). Sum of RGB (Red+Green+Blue) = 202+24+91=317 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.72% from 317); Green value is 24 (9.77% from 255 or 7.57% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 202 - color contains mainly: red. Hex color #CA185B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA185B is #35E7A4. Grayscale: #545454. Windows color (decimal): -3532709 or 5970122. OLE color: 5970122.
HSL color Cylindrical-coordinate representation of color #CA185B: hue angle of 337.42º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA185B is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 24 | 91 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.21 |
| HSL | 337.42º | 0.79% | 0.44% | - |
| HSV(B) | 337.42º | 0.88% | 0.79% | - |
| XYZ | 26.57 | 13.97 | 11.19 | - |
| YUV | 84.86 | 131.47 | 211.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 24 | 91 | 0 | 0.88 | 0.55 | 0.21 | 337.42 | 0.79 | 0.44 |
| Hex | CA | 18 | 5B | 0 | 58 | 37 | 15 | 151 | 4F | 2C |
| Octal | 312 | 30 | 133 | 0 | 130 | 67 | 25 | 521 | 117 | 54 |
| Binary | 11001010 | 11000 | 1011011 | 0 | 1011000 | 110111 | 10101 | 101010001 | 1001111 | 101100 |
Color Harmonies of #CA185B
Complementary color
Monochromatic Colors of #CA185B
Black with #CA185B
Text Example
Text Example
White with #CA185B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA185B; }
p { color: rgb(202,24,91); }
H1.HeaderClassName
{
color: #CA185B;
}
.AnyTagClassName
{
color: #CA185B;
}
</style>
background-color css
<style>
a { background-color: #CA185B; }
a { background-color: rgb(202,24,91); }
div.DivClassName
{
background-color: #CA185B;
}
.BgClassName
{
background-color: #CA185B;
}
</style>
border-color css
<style>
span { border-color: #CA185B; }
span { border-color: rgb(202,24,91); }
td.TdClassName
{
border-color: #CA185B;
}
.TagClassName
{
border-color: #CA185B;
}
</style>