Shades of Ruby #C81052
Tints of Ruby #C81052
RGB
CMYK
RGB Variations
Color information
#C81052 (or 0xC81052) is known color: Ruby. HEX triplet: C8, 10 and 52. RGB value is (200,16,82). Sum of RGB (Red+Green+Blue) = 200+16+82=298 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.11% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 200 - color contains mainly: red. Hex color #C81052 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81052 is #37EFAD. Grayscale: #4E4E4E. Windows color (decimal): -3665838 or 5378248. OLE color: 5378248.
HSL color Cylindrical-coordinate representation of color #C81052: hue angle of 338.48º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C81052 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 16 | 82 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.22 |
| HSL | 338.48º | 0.85% | 0.42% | - |
| HSV(B) | 338.48º | 0.92% | 0.78% | - |
| XYZ | 25.53 | 13.26 | 9.2 | - |
| YUV | 78.54 | 129.96 | 214.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 16 | 82 | 0 | 0.92 | 0.59 | 0.22 | 338.48 | 0.85 | 0.42 |
| Hex | C8 | 10 | 52 | 0 | 5C | 3B | 16 | 152 | 55 | 2A |
| Octal | 310 | 20 | 122 | 0 | 134 | 73 | 26 | 522 | 125 | 52 |
| Binary | 11001000 | 10000 | 1010010 | 0 | 1011100 | 111011 | 10110 | 101010010 | 1010101 | 101010 |
Color Harmonies of #C81052
Complementary color
Monochromatic Colors of #C81052
Black with #C81052
Text Example
Text Example
White with #C81052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81052; }
p { color: rgb(200,16,82); }
H1.HeaderClassName
{
color: #C81052;
}
.AnyTagClassName
{
color: #C81052;
}
</style>
background-color css
<style>
a { background-color: #C81052; }
a { background-color: rgb(200,16,82); }
div.DivClassName
{
background-color: #C81052;
}
.BgClassName
{
background-color: #C81052;
}
</style>
border-color css
<style>
span { border-color: #C81052; }
span { border-color: rgb(200,16,82); }
td.TdClassName
{
border-color: #C81052;
}
.TagClassName
{
border-color: #C81052;
}
</style>