#BC2640

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

Shades of Brick Red #BC2640

Tints of Brick Red #BC2640

Color information

#BC2640 (or 0xBC2640) is unknown color: approx Brick Red. HEX triplet: BC, 26 and 40. RGB value is (188,38,64). Sum of RGB (Red+Green+Blue) = 188+38+64=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2640 is #43D9BF. Grayscale: #555555. Windows color (decimal): -4446656 or 4204220. OLE color: 4204220.

HSL color Cylindrical-coordinate representation of color #BC2640: hue angle of 349.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2640 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB1883864-
CMYK00.800.660.26
HSL349.6º66.37%44.31%-
HSV(B)349.6º79.79%73.73%-
XYZ22.3612.456.07-
YUV85.81115.7200.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 64.83%
GREEN value IS 38 (15.23% from 255) = 13.10%
BLUE value IS 64 (25.39% from 255) = 22.07%
R=64.83%
G=13.10%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188386400.800.660.26349.666.3744.31
HexBC2640050421A15e422c
Octal2744610001201023253610254
Binary101111001001101000000010100001000010110101010111101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2640; }

 p { color: rgb(188,38,64); }

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

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

 a { background-color: rgb(188,38,64); }

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

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

 span { border-color: rgb(188,38,64); }

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