#C30E5B

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

Shades of Ruby #C30E5B

Tints of Ruby #C30E5B

Color information

#C30E5B (or 0xC30E5B) is unknown color: approx Ruby. HEX triplet: C3, 0E and 5B. RGB value is (195,14,91). Sum of RGB (Red+Green+Blue) = 195+14+91=300 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65% from 300); Green value is 14 (5.86% from 255 or 4.67% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 195 - color contains mainly: red. Hex color #C30E5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30E5B is #3CF1A4. Grayscale: #4C4C4C. Windows color (decimal): -3994021 or 5967555. OLE color: 5967555.

HSL color Cylindrical-coordinate representation of color #C30E5B: hue angle of 334.48º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C30E5B is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB1951491-
CMYK00.930.530.24
HSL334.48º86.6%40.98%-
HSV(B)334.48º92.82%76.47%-
XYZ24.5512.6711.05-
YUV76.9135.97212.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 65%
GREEN value IS 14 (5.86% from 255) = 4.67%
BLUE value IS 91 (35.94% from 255) = 30.33%
R=65%
G=4.67%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195149100.930.530.24334.4886.640.98
HexC3E5B05D351814e5729
Octal303161330135653051612751
Binary110000111110101101101011101110101110001010011101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30E5B; }

 p { color: rgb(195,14,91); }

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

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

 a { background-color: rgb(195,14,91); }

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

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

 span { border-color: rgb(195,14,91); }

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