#C4135A

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

Shades of Ruby #C4135A

Tints of Ruby #C4135A

Color information

#C4135A (or 0xC4135A) is unknown color: approx Ruby. HEX triplet: C4, 13 and 5A. RGB value is (196,19,90). Sum of RGB (Red+Green+Blue) = 196+19+90=305 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.26% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 196 - color contains mainly: red. Hex color #C4135A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4135A is #3BECA5. Grayscale: #4F4F4F. Windows color (decimal): -3927206 or 5903300. OLE color: 5903300.

HSL color Cylindrical-coordinate representation of color #C4135A: hue angle of 335.93º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C4135A is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB1961990-
CMYK00.900.540.23
HSL335.93º82.33%42.16%-
HSV(B)335.93º90.31%76.86%-
XYZ24.8412.9410.86-
YUV80.02133.64210.73-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 64.26%
GREEN value IS 19 (7.81% from 255) = 6.23%
BLUE value IS 90 (35.55% from 255) = 29.51%
R=64.26%
G=6.23%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196199000.900.540.23335.9382.3342.16
HexC4135A05A3617150522a
Octal304231320132662752012252
Binary1100010010011101101001011010110110101111010100001010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4135A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4135A; }

 p { color: rgb(196,19,90); }

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

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

 a { background-color: rgb(196,19,90); }

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

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

 span { border-color: rgb(196,19,90); }

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