#bc2c5c

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

Shades of Old Rose #BC2C5C

Tints of Old Rose #BC2C5C

Color information

#BC2C5C (or 0xBC2C5C) is unknown color: approx Old Rose. HEX triplet: BC, 2C and 5C. RGB value is (188,44,92). Sum of RGB (Red+Green+Blue) = 188+44+92=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 44 (17.58% from 255 or 13.58% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2C5C is #43D3A3. Grayscale: #5C5C5C. Windows color (decimal): -4445092 or 6040764. OLE color: 6040764.

HSL color Cylindrical-coordinate representation of color #BC2C5C: hue angle of 340º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC2C5C is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB1884492-
CMYK00.770.510.26
HSL340º62.07%45.49%-
HSV(B)340º76.6%73.73%-
XYZ23.5713.2711.44-
YUV92.53127.71196.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 58.02%
GREEN value IS 44 (17.58% from 255) = 13.58%
BLUE value IS 92 (36.33% from 255) = 28.40%
R=58.02%
G=13.58%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188449200.770.510.2634062.0745.49
HexBC2C5C04D331A1543e2d
Octal27454134011563325247655
Binary1011110010110010111000100110111001111010101010100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc2c5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc2c5c; }

 p { color: rgb(188,44,92); }

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

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

 a { background-color: rgb(188,44,92); }

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

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

 span { border-color: rgb(188,44,92); }

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