Shades of Ruby #CA0B52
Tints of Ruby #CA0B52
RGB
CMYK
RGB Variations
Color information
#CA0B52 (or 0xCA0B52) is known color: Ruby. HEX triplet: CA, 0B and 52. RGB value is (202,11,82). Sum of RGB (Red+Green+Blue) = 202+11+82=295 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.47% from 295); Green value is 11 (4.69% from 255 or 3.73% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0B52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0B52 is #35F4AD. Grayscale: #4C4C4C. Windows color (decimal): -3536046 or 5376970. OLE color: 5376970.
HSL color Cylindrical-coordinate representation of color #CA0B52: hue angle of 337.7º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0B52 is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 11 | 82 | - |
| CMYK | 0 | 0.95 | 0.59 | 0.21 |
| HSL | 337.7º | 0.9% | 0.42% | - |
| HSV(B) | 337.7º | 0.95% | 0.79% | - |
| XYZ | 26 | 13.41 | 9.2 | - |
| YUV | 76.2 | 131.28 | 217.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 11 | 82 | 0 | 0.95 | 0.59 | 0.21 | 337.7 | 0.9 | 0.42 |
| Hex | CA | B | 52 | 0 | 5F | 3B | 15 | 152 | 5A | 2A |
| Octal | 312 | 13 | 122 | 0 | 137 | 73 | 25 | 522 | 132 | 52 |
| Binary | 11001010 | 1011 | 1010010 | 0 | 1011111 | 111011 | 10101 | 101010010 | 1011010 | 101010 |
Color Harmonies of #CA0B52
Complementary color
Monochromatic Colors of #CA0B52
Black with #CA0B52
Text Example
Text Example
White with #CA0B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0B52; }
p { color: rgb(202,11,82); }
H1.HeaderClassName
{
color: #CA0B52;
}
.AnyTagClassName
{
color: #CA0B52;
}
</style>
background-color css
<style>
a { background-color: #CA0B52; }
a { background-color: rgb(202,11,82); }
div.DivClassName
{
background-color: #CA0B52;
}
.BgClassName
{
background-color: #CA0B52;
}
</style>
border-color css
<style>
span { border-color: #CA0B52; }
span { border-color: rgb(202,11,82); }
td.TdClassName
{
border-color: #CA0B52;
}
.TagClassName
{
border-color: #CA0B52;
}
</style>