#BC3049

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

Shades of Old Rose #BC3049

Tints of Old Rose #BC3049

Color information

#BC3049 (or 0xBC3049) is unknown color: approx Old Rose. HEX triplet: BC, 30 and 49. RGB value is (188,48,73). Sum of RGB (Red+Green+Blue) = 188+48+73=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3049 is #43CFB6. Grayscale: #5C5C5C. Windows color (decimal): -4444087 or 4796604. OLE color: 4796604.

HSL color Cylindrical-coordinate representation of color #BC3049: hue angle of 349.29º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC3049 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB1884873-
CMYK00.740.610.26
HSL349.29º59.32%46.27%-
HSV(B)349.29º74.47%73.73%-
XYZ2313.297.66-
YUV92.71116.88195.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 60.84%
GREEN value IS 48 (19.14% from 255) = 15.53%
BLUE value IS 73 (28.91% from 255) = 23.62%
R=60.84%
G=15.53%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188487300.740.610.26349.2959.3246.27
HexBC304904A3D1A15d3b2e
Octal27460111011275325357356
Binary1011110011000010010010100101011110111010101011101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3049; }

 p { color: rgb(188,48,73); }

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

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

 a { background-color: rgb(188,48,73); }

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

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

 span { border-color: rgb(188,48,73); }

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