#C11256

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

Shades of Ruby #C11256

Tints of Ruby #C11256

Color information

#C11256 (or 0xC11256) is unknown color: approx Ruby. HEX triplet: C1, 12 and 56. RGB value is (193,18,86). Sum of RGB (Red+Green+Blue) = 193+18+86=297 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.98% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 193 - color contains mainly: red. Hex color #C11256 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11256 is #3EEDA9. Grayscale: #4D4D4D. Windows color (decimal): -4124074 or 5640897. OLE color: 5640897.

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

Color convert

RGB1931886-
CMYK00.910.550.24
HSL336.69º82.94%41.37%-
HSV(B)336.69º90.67%75.69%-
XYZ23.8912.449.95-
YUV78.08132.48209.97-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 64.98%
GREEN value IS 18 (7.42% from 255) = 6.06%
BLUE value IS 86 (33.98% from 255) = 28.96%
R=64.98%
G=6.06%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193188600.910.550.24336.6982.9441.37
HexC1125605B37181515329
Octal301221260133673052112351
Binary1100000110010101011001011011110111110001010100011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11256; }

 p { color: rgb(193,18,86); }

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

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

 a { background-color: rgb(193,18,86); }

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

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

 span { border-color: rgb(193,18,86); }

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