Shades of Ruby #C40850
Tints of Ruby #C40850
RGB
CMYK
RGB Variations
Color information
#C40850 (or 0xC40850) is known color: Ruby. HEX triplet: C4, 08 and 50. RGB value is (196,8,80). Sum of RGB (Red+Green+Blue) = 196+8+80=284 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.01% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 196 - color contains mainly: red. Hex color #C40850 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40850 is #3BF7AF. Grayscale: #484848. Windows color (decimal): -3930032 or 5245124. OLE color: 5245124.
HSL color Cylindrical-coordinate representation of color #C40850: hue angle of 337.02º 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 #C40850 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 8 | 80 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.23 |
| HSL | 337.02º | 0.92% | 0.4% | - |
| HSV(B) | 337.02º | 0.96% | 0.77% | - |
| XYZ | 24.3 | 12.49 | 8.72 | - |
| YUV | 72.42 | 132.28 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 8 | 80 | 0 | 0.96 | 0.59 | 0.23 | 337.02 | 0.92 | 0.4 |
| Hex | C4 | 8 | 50 | 0 | 60 | 3B | 17 | 151 | 5C | 28 |
| Octal | 304 | 10 | 120 | 0 | 140 | 73 | 27 | 521 | 134 | 50 |
| Binary | 11000100 | 1000 | 1010000 | 0 | 1100000 | 111011 | 10111 | 101010001 | 1011100 | 101000 |
Color Harmonies of #C40850
Complementary color
Monochromatic Colors of #C40850
Black with #C40850
Text Example
Text Example
White with #C40850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40850; }
p { color: rgb(196,8,80); }
H1.HeaderClassName
{
color: #C40850;
}
.AnyTagClassName
{
color: #C40850;
}
</style>
background-color css
<style>
a { background-color: #C40850; }
a { background-color: rgb(196,8,80); }
div.DivClassName
{
background-color: #C40850;
}
.BgClassName
{
background-color: #C40850;
}
</style>
border-color css
<style>
span { border-color: #C40850; }
span { border-color: rgb(196,8,80); }
td.TdClassName
{
border-color: #C40850;
}
.TagClassName
{
border-color: #C40850;
}
</style>