#BC2948

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

Shades of Old Rose #BC2948

Tints of Old Rose #BC2948

Color information

#BC2948 (or 0xBC2948) is unknown color: approx Old Rose. HEX triplet: BC, 29 and 48. RGB value is (188,41,72). Sum of RGB (Red+Green+Blue) = 188+41+72=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2948 is #43D6B7. Grayscale: #585858. Windows color (decimal): -4445880 or 4729276. OLE color: 4729276.

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

Color convert

RGB1884172-
CMYK00.780.620.26
HSL347.35º64.19%44.9%-
HSV(B)347.35º78.19%73.73%-
XYZ22.712.757.39-
YUV88.49118.7198.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 62.46%
GREEN value IS 41 (16.41% from 255) = 13.62%
BLUE value IS 72 (28.52% from 255) = 23.92%
R=62.46%
G=13.62%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188417200.780.620.26347.3564.1944.9
HexBC294804E3E1A15b402d
Octal274511100116763253310055
Binary10111100101001100100001001110111110110101010110111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2948; }

 p { color: rgb(188,41,72); }

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

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

 a { background-color: rgb(188,41,72); }

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

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

 span { border-color: rgb(188,41,72); }

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