Shades of Ruby #C80B53
Tints of Ruby #C80B53
RGB
CMYK
RGB Variations
Color information
#C80B53 (or 0xC80B53) is known color: Ruby. HEX triplet: C8, 0B and 53. RGB value is (200,11,83). Sum of RGB (Red+Green+Blue) = 200+11+83=294 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.03% from 294); Green value is 11 (4.69% from 255 or 3.74% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 200 - color contains mainly: red. Hex color #C80B53 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80B53 is #37F4AC. Grayscale: #4B4B4B. Windows color (decimal): -3667117 or 5442504. OLE color: 5442504.
HSL color Cylindrical-coordinate representation of color #C80B53: hue angle of 337.14º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80B53 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 11 | 83 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.22 |
| HSL | 337.14º | 0.9% | 0.41% | - |
| HSV(B) | 337.14º | 0.95% | 0.78% | - |
| XYZ | 25.5 | 13.14 | 9.38 | - |
| YUV | 75.72 | 132.12 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 11 | 83 | 0 | 0.94 | 0.58 | 0.22 | 337.14 | 0.9 | 0.41 |
| Hex | C8 | B | 53 | 0 | 5E | 3A | 16 | 151 | 5A | 29 |
| Octal | 310 | 13 | 123 | 0 | 136 | 72 | 26 | 521 | 132 | 51 |
| Binary | 11001000 | 1011 | 1010011 | 0 | 1011110 | 111010 | 10110 | 101010001 | 1011010 | 101001 |
Color Harmonies of #C80B53
Complementary color
Monochromatic Colors of #C80B53
Black with #C80B53
Text Example
Text Example
White with #C80B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80B53; }
p { color: rgb(200,11,83); }
H1.HeaderClassName
{
color: #C80B53;
}
.AnyTagClassName
{
color: #C80B53;
}
</style>
background-color css
<style>
a { background-color: #C80B53; }
a { background-color: rgb(200,11,83); }
div.DivClassName
{
background-color: #C80B53;
}
.BgClassName
{
background-color: #C80B53;
}
</style>
border-color css
<style>
span { border-color: #C80B53; }
span { border-color: rgb(200,11,83); }
td.TdClassName
{
border-color: #C80B53;
}
.TagClassName
{
border-color: #C80B53;
}
</style>