#C40B54

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

Shades of Ruby #C40B54

Tints of Ruby #C40B54

Color information

#C40B54 (or 0xC40B54) is unknown color: approx Ruby. HEX triplet: C4, 0B and 54. RGB value is (196,11,84). Sum of RGB (Red+Green+Blue) = 196+11+84=291 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.35% from 291); Green value is 11 (4.69% from 255 or 3.78% from 291); Blue value is 84 (33.20% from 255 or 28.87% from 291); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B54 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40B54 is #3BF4AB. Grayscale: #4A4A4A. Windows color (decimal): -3929260 or 5508036. OLE color: 5508036.

HSL color Cylindrical-coordinate representation of color #C40B54: hue angle of 336.32º 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 #C40B54 is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB1961184-
CMYK00.940.570.23
HSL336.32º89.37%40.59%-
HSV(B)336.32º94.39%76.86%-
XYZ24.4812.629.53-
YUV74.64133.29214.56-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 67.35%
GREEN value IS 11 (4.69% from 255) = 3.78%
BLUE value IS 84 (33.20% from 255) = 28.87%
R=67.35%
G=3.78%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196118400.940.570.23336.3289.3740.59
HexC4B5405E39171505929
Octal304131240136712752013151
Binary110001001011101010001011110111001101111010100001011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40B54; }

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

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

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

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

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

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

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

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