Shades of Ruby #CA1B5B
Tints of Ruby #CA1B5B
RGB
CMYK
RGB Variations
Color information
#CA1B5B (or 0xCA1B5B) is known color: Ruby. HEX triplet: CA, 1B and 5B. RGB value is (202,27,91). Sum of RGB (Red+Green+Blue) = 202+27+91=320 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.12% from 320); Green value is 27 (10.94% from 255 or 8.44% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1B5B is #35E4A4. Grayscale: #565656. Windows color (decimal): -3531941 or 5970890. OLE color: 5970890.
HSL color Cylindrical-coordinate representation of color #CA1B5B: hue angle of 338.06º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA1B5B is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 27 | 91 | - |
| CMYK | 0 | 0.87 | 0.55 | 0.21 |
| HSL | 338.06º | 0.76% | 0.45% | - |
| HSV(B) | 338.06º | 0.87% | 0.79% | - |
| XYZ | 26.64 | 14.1 | 11.21 | - |
| YUV | 86.62 | 130.48 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 27 | 91 | 0 | 0.87 | 0.55 | 0.21 | 338.06 | 0.76 | 0.45 |
| Hex | CA | 1B | 5B | 0 | 57 | 37 | 15 | 152 | 4C | 2D |
| Octal | 312 | 33 | 133 | 0 | 127 | 67 | 25 | 522 | 114 | 55 |
| Binary | 11001010 | 11011 | 1011011 | 0 | 1010111 | 110111 | 10101 | 101010010 | 1001100 | 101101 |
Color Harmonies of #CA1B5B
Complementary color
Monochromatic Colors of #CA1B5B
Black with #CA1B5B
Text Example
Text Example
White with #CA1B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1B5B; }
p { color: rgb(202,27,91); }
H1.HeaderClassName
{
color: #CA1B5B;
}
.AnyTagClassName
{
color: #CA1B5B;
}
</style>
background-color css
<style>
a { background-color: #CA1B5B; }
a { background-color: rgb(202,27,91); }
div.DivClassName
{
background-color: #CA1B5B;
}
.BgClassName
{
background-color: #CA1B5B;
}
</style>
border-color css
<style>
span { border-color: #CA1B5B; }
span { border-color: rgb(202,27,91); }
td.TdClassName
{
border-color: #CA1B5B;
}
.TagClassName
{
border-color: #CA1B5B;
}
</style>