Shades of Ruby #CA1352
Tints of Ruby #CA1352
RGB
CMYK
RGB Variations
Color information
#CA1352 (or 0xCA1352) is known color: Ruby. HEX triplet: CA, 13 and 52. RGB value is (202,19,82). Sum of RGB (Red+Green+Blue) = 202+19+82=303 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.67% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1352 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1352 is #35ECAD. Grayscale: #505050. Windows color (decimal): -3533998 or 5379018. OLE color: 5379018.
HSL color Cylindrical-coordinate representation of color #CA1352: hue angle of 339.34º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA1352 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 19 | 82 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.21 |
| HSL | 339.34º | 0.83% | 0.43% | - |
| HSV(B) | 339.34º | 0.91% | 0.79% | - |
| XYZ | 26.11 | 13.63 | 9.24 | - |
| YUV | 80.9 | 128.63 | 214.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 82 | 0 | 0.91 | 0.59 | 0.21 | 339.34 | 0.83 | 0.43 |
| Hex | CA | 13 | 52 | 0 | 5B | 3B | 15 | 153 | 53 | 2B |
| Octal | 312 | 23 | 122 | 0 | 133 | 73 | 25 | 523 | 123 | 53 |
| Binary | 11001010 | 10011 | 1010010 | 0 | 1011011 | 111011 | 10101 | 101010011 | 1010011 | 101011 |
Color Harmonies of #CA1352
Complementary color
Monochromatic Colors of #CA1352
Black with #CA1352
Text Example
Text Example
White with #CA1352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1352; }
p { color: rgb(202,19,82); }
H1.HeaderClassName
{
color: #CA1352;
}
.AnyTagClassName
{
color: #CA1352;
}
</style>
background-color css
<style>
a { background-color: #CA1352; }
a { background-color: rgb(202,19,82); }
div.DivClassName
{
background-color: #CA1352;
}
.BgClassName
{
background-color: #CA1352;
}
</style>
border-color css
<style>
span { border-color: #CA1352; }
span { border-color: rgb(202,19,82); }
td.TdClassName
{
border-color: #CA1352;
}
.TagClassName
{
border-color: #CA1352;
}
</style>