Shades of Ruby #C40552
Tints of Ruby #C40552
RGB
CMYK
RGB Variations
Color information
#C40552 (or 0xC40552) is known color: Ruby. HEX triplet: C4, 05 and 52. RGB value is (196,5,82). Sum of RGB (Red+Green+Blue) = 196+5+82=283 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.26% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 196 - color contains mainly: red. Hex color #C40552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40552 is #3BFAAD. Grayscale: #464646. Windows color (decimal): -3930798 or 5375428. OLE color: 5375428.
HSL color Cylindrical-coordinate representation of color #C40552: hue angle of 335.81º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C40552 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 5 | 82 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.23 |
| HSL | 335.81º | 0.95% | 0.39% | - |
| HSV(B) | 335.81º | 0.97% | 0.77% | - |
| XYZ | 24.34 | 12.45 | 9.1 | - |
| YUV | 70.89 | 134.28 | 217.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 5 | 82 | 0 | 0.97 | 0.58 | 0.23 | 335.81 | 0.95 | 0.39 |
| Hex | C4 | 5 | 52 | 0 | 61 | 3A | 17 | 150 | 5F | 27 |
| Octal | 304 | 5 | 122 | 0 | 141 | 72 | 27 | 520 | 137 | 47 |
| Binary | 11000100 | 101 | 1010010 | 0 | 1100001 | 111010 | 10111 | 101010000 | 1011111 | 100111 |
Color Harmonies of #C40552
Complementary color
Monochromatic Colors of #C40552
Black with #C40552
Text Example
Text Example
White with #C40552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40552; }
p { color: rgb(196,5,82); }
H1.HeaderClassName
{
color: #C40552;
}
.AnyTagClassName
{
color: #C40552;
}
</style>
background-color css
<style>
a { background-color: #C40552; }
a { background-color: rgb(196,5,82); }
div.DivClassName
{
background-color: #C40552;
}
.BgClassName
{
background-color: #C40552;
}
</style>
border-color css
<style>
span { border-color: #C40552; }
span { border-color: rgb(196,5,82); }
td.TdClassName
{
border-color: #C40552;
}
.TagClassName
{
border-color: #C40552;
}
</style>