Shades of Ruby #CA1552
Tints of Ruby #CA1552
RGB
CMYK
RGB Variations
Color information
#CA1552 (or 0xCA1552) is known color: Ruby. HEX triplet: CA, 15 and 52. RGB value is (202,21,82). Sum of RGB (Red+Green+Blue) = 202+21+82=305 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.23% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1552 is #35EAAD. Grayscale: #525252. Windows color (decimal): -3533486 or 5379530. OLE color: 5379530.
HSL color Cylindrical-coordinate representation of color #CA1552: hue angle of 339.78º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA1552 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 21 | 82 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.21 |
| HSL | 339.78º | 0.81% | 0.44% | - |
| HSV(B) | 339.78º | 0.9% | 0.79% | - |
| XYZ | 26.15 | 13.7 | 9.25 | - |
| YUV | 82.07 | 127.97 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 82 | 0 | 0.90 | 0.59 | 0.21 | 339.78 | 0.81 | 0.44 |
| Hex | CA | 15 | 52 | 0 | 5A | 3B | 15 | 154 | 51 | 2C |
| Octal | 312 | 25 | 122 | 0 | 132 | 73 | 25 | 524 | 121 | 54 |
| Binary | 11001010 | 10101 | 1010010 | 0 | 1011010 | 111011 | 10101 | 101010100 | 1010001 | 101100 |
Color Harmonies of #CA1552
Complementary color
Monochromatic Colors of #CA1552
Black with #CA1552
Text Example
Text Example
White with #CA1552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1552; }
p { color: rgb(202,21,82); }
H1.HeaderClassName
{
color: #CA1552;
}
.AnyTagClassName
{
color: #CA1552;
}
</style>
background-color css
<style>
a { background-color: #CA1552; }
a { background-color: rgb(202,21,82); }
div.DivClassName
{
background-color: #CA1552;
}
.BgClassName
{
background-color: #CA1552;
}
</style>
border-color css
<style>
span { border-color: #CA1552; }
span { border-color: rgb(202,21,82); }
td.TdClassName
{
border-color: #CA1552;
}
.TagClassName
{
border-color: #CA1552;
}
</style>