Shades of Ruby #CA145D
Tints of Ruby #CA145D
RGB
CMYK
RGB Variations
Color information
#CA145D (or 0xCA145D) is known color: Ruby. HEX triplet: CA, 14 and 5D. RGB value is (202,20,93). Sum of RGB (Red+Green+Blue) = 202+20+93=315 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.13% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 202 - color contains mainly: red. Hex color #CA145D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA145D is #35EBA2. Grayscale: #525252. Windows color (decimal): -3533731 or 6100170. OLE color: 6100170.
HSL color Cylindrical-coordinate representation of color #CA145D: hue angle of 335.93º degrees, saturation: 0.82, 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 #CA145D is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 20 | 93 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.21 |
| HSL | 335.93º | 0.82% | 0.44% | - |
| HSV(B) | 335.93º | 0.9% | 0.79% | - |
| XYZ | 26.58 | 13.85 | 11.63 | - |
| YUV | 82.74 | 133.8 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 20 | 93 | 0 | 0.90 | 0.54 | 0.21 | 335.93 | 0.82 | 0.44 |
| Hex | CA | 14 | 5D | 0 | 5A | 36 | 15 | 150 | 52 | 2C |
| Octal | 312 | 24 | 135 | 0 | 132 | 66 | 25 | 520 | 122 | 54 |
| Binary | 11001010 | 10100 | 1011101 | 0 | 1011010 | 110110 | 10101 | 101010000 | 1010010 | 101100 |
Color Harmonies of #CA145D
Complementary color
Monochromatic Colors of #CA145D
Black with #CA145D
Text Example
Text Example
White with #CA145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA145D; }
p { color: rgb(202,20,93); }
H1.HeaderClassName
{
color: #CA145D;
}
.AnyTagClassName
{
color: #CA145D;
}
</style>
background-color css
<style>
a { background-color: #CA145D; }
a { background-color: rgb(202,20,93); }
div.DivClassName
{
background-color: #CA145D;
}
.BgClassName
{
background-color: #CA145D;
}
</style>
border-color css
<style>
span { border-color: #CA145D; }
span { border-color: rgb(202,20,93); }
td.TdClassName
{
border-color: #CA145D;
}
.TagClassName
{
border-color: #CA145D;
}
</style>