Shades of Ruby #CA0952
Tints of Ruby #CA0952
RGB
CMYK
RGB Variations
Color information
#CA0952 (or 0xCA0952) is known color: Ruby. HEX triplet: CA, 09 and 52. RGB value is (202,9,82). Sum of RGB (Red+Green+Blue) = 202+9+82=293 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.94% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0952 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0952 is #35F6AD. Grayscale: #4A4A4A. Windows color (decimal): -3536558 or 5376458. OLE color: 5376458.
HSL color Cylindrical-coordinate representation of color #CA0952: hue angle of 337.31º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA0952 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 9 | 82 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.21 |
| HSL | 337.31º | 0.91% | 0.41% | - |
| HSV(B) | 337.31º | 0.96% | 0.79% | - |
| XYZ | 25.98 | 13.36 | 9.19 | - |
| YUV | 75.03 | 131.94 | 218.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 82 | 0 | 0.96 | 0.59 | 0.21 | 337.31 | 0.91 | 0.41 |
| Hex | CA | 9 | 52 | 0 | 60 | 3B | 15 | 151 | 5B | 29 |
| Octal | 312 | 11 | 122 | 0 | 140 | 73 | 25 | 521 | 133 | 51 |
| Binary | 11001010 | 1001 | 1010010 | 0 | 1100000 | 111011 | 10101 | 101010001 | 1011011 | 101001 |
Color Harmonies of #CA0952
Complementary color
Monochromatic Colors of #CA0952
Black with #CA0952
Text Example
Text Example
White with #CA0952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0952; }
p { color: rgb(202,9,82); }
H1.HeaderClassName
{
color: #CA0952;
}
.AnyTagClassName
{
color: #CA0952;
}
</style>
background-color css
<style>
a { background-color: #CA0952; }
a { background-color: rgb(202,9,82); }
div.DivClassName
{
background-color: #CA0952;
}
.BgClassName
{
background-color: #CA0952;
}
</style>
border-color css
<style>
span { border-color: #CA0952; }
span { border-color: rgb(202,9,82); }
td.TdClassName
{
border-color: #CA0952;
}
.TagClassName
{
border-color: #CA0952;
}
</style>