#BC1D4F

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

Shades of Old Rose #BC1D4F

Tints of Old Rose #BC1D4F

Color information

#BC1D4F (or 0xBC1D4F) is unknown color: approx Old Rose. HEX triplet: BC, 1D and 4F. RGB value is (188,29,79). Sum of RGB (Red+Green+Blue) = 188+29+79=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 29 (11.72% from 255 or 9.80% from 296); Blue value is 79 (31.25% from 255 or 26.69% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1D4F is #43E2B0. Grayscale: #525252. Windows color (decimal): -4448945 or 5184956. OLE color: 5184956.

HSL color Cylindrical-coordinate representation of color #BC1D4F: hue angle of 341.13º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1D4F is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB1882979-
CMYK00.850.580.26
HSL341.13º73.27%42.55%-
HSV(B)341.13º84.57%73.73%-
XYZ22.5912.138.55-
YUV82.24126.18203.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 63.51%
GREEN value IS 29 (11.72% from 255) = 9.80%
BLUE value IS 79 (31.25% from 255) = 26.69%
R=63.51%
G=9.80%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188297900.850.580.26341.1373.2742.55
HexBC1D4F0553A1A155492b
Octal274351170125723252511153
Binary1011110011101100111101010101111010110101010101011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1D4F; }

 p { color: rgb(188,29,79); }

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

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

 a { background-color: rgb(188,29,79); }

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

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

 span { border-color: rgb(188,29,79); }

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