#C40B56

Color #C40B56 Ruby (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ruby #C40B56

Tints of Ruby #C40B56

Color information

#C40B56 (or 0xC40B56) is unknown color: approx Ruby. HEX triplet: C4, 0B and 56. RGB value is (196,11,86). Sum of RGB (Red+Green+Blue) = 196+11+86=293 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.89% from 293); Green value is 11 (4.69% from 255 or 3.75% from 293); Blue value is 86 (33.98% from 255 or 29.35% from 293); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40B56 is #3BF4A9. Grayscale: #4A4A4A. Windows color (decimal): -3929258 or 5639108. OLE color: 5639108.

HSL color Cylindrical-coordinate representation of color #C40B56: hue angle of 335.68º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40B56 is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB1961186-
CMYK00.940.560.23
HSL335.68º89.37%40.59%-
HSV(B)335.68º94.39%76.86%-
XYZ24.5612.659.95-
YUV74.86134.29214.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 66.89%
GREEN value IS 11 (4.69% from 255) = 3.75%
BLUE value IS 86 (33.98% from 255) = 29.35%
R=66.89%
G=3.75%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196118600.940.560.23335.6889.3740.59
HexC4B5605E38171505929
Octal304131260136702752013151
Binary110001001011101011001011110111000101111010100001011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40B56; }

 p { color: rgb(196,11,86); }

 H1.HeaderClassName
 {
   color: #C40B56;
 }
 .AnyTagClassName
 {
   color: #C40B56;
 }
</style>
background-color css

<style>
 a { background-color: #C40B56; }

 a { background-color: rgb(196,11,86); }

 div.DivClassName
 {
   background-color: #C40B56;
 }
 .BgClassName
 {
   background-color: #C40B56;
 }
</style>
border-color css

<style>
 span { border-color: #C40B56; }

 span { border-color: rgb(196,11,86); }

 td.TdClassName
 {
   border-color: #C40B56;
 }
 .TagClassName
 {
   border-color: #C40B56;
 }
</style>