Shades of Ruby #C40853
Tints of Ruby #C40853
RGB
CMYK
RGB Variations
Color information
#C40853 (or 0xC40853) is known color: Ruby. HEX triplet: C4, 08 and 53. RGB value is (196,8,83). Sum of RGB (Red+Green+Blue) = 196+8+83=287 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.29% from 287); Green value is 8 (3.52% from 255 or 2.79% from 287); Blue value is 83 (32.81% from 255 or 28.92% from 287); Max value from RGB is 196 - color contains mainly: red. Hex color #C40853 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40853 is #3BF7AC. Grayscale: #484848. Windows color (decimal): -3930029 or 5441732. OLE color: 5441732.
HSL color Cylindrical-coordinate representation of color #C40853: hue angle of 336.06º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C40853 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 8 | 83 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.23 |
| HSL | 336.06º | 0.92% | 0.4% | - |
| HSV(B) | 336.06º | 0.96% | 0.77% | - |
| XYZ | 24.41 | 12.53 | 9.32 | - |
| YUV | 72.76 | 133.78 | 215.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 8 | 83 | 0 | 0.96 | 0.58 | 0.23 | 336.06 | 0.92 | 0.4 |
| Hex | C4 | 8 | 53 | 0 | 60 | 3A | 17 | 150 | 5C | 28 |
| Octal | 304 | 10 | 123 | 0 | 140 | 72 | 27 | 520 | 134 | 50 |
| Binary | 11000100 | 1000 | 1010011 | 0 | 1100000 | 111010 | 10111 | 101010000 | 1011100 | 101000 |
Color Harmonies of #C40853
Complementary color
Monochromatic Colors of #C40853
Black with #C40853
Text Example
Text Example
White with #C40853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40853; }
p { color: rgb(196,8,83); }
H1.HeaderClassName
{
color: #C40853;
}
.AnyTagClassName
{
color: #C40853;
}
</style>
background-color css
<style>
a { background-color: #C40853; }
a { background-color: rgb(196,8,83); }
div.DivClassName
{
background-color: #C40853;
}
.BgClassName
{
background-color: #C40853;
}
</style>
border-color css
<style>
span { border-color: #C40853; }
span { border-color: rgb(196,8,83); }
td.TdClassName
{
border-color: #C40853;
}
.TagClassName
{
border-color: #C40853;
}
</style>