#BC3940

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

Shades of Brick Red #BC3940

Tints of Brick Red #BC3940

Color information

#BC3940 (or 0xBC3940) is unknown color: approx Brick Red. HEX triplet: BC, 39 and 40. RGB value is (188,57,64). Sum of RGB (Red+Green+Blue) = 188+57+64=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3940 is #43C6BF. Grayscale: #616161. Windows color (decimal): -4441792 or 4209084. OLE color: 4209084.

HSL color Cylindrical-coordinate representation of color #BC3940: hue angle of 356.79º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC3940 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB1885764-
CMYK00.700.660.26
HSL356.79º53.47%48.04%-
HSV(B)356.79º69.68%73.73%-
XYZ23.1313.996.33-
YUV96.97109.4192.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 60.84%
GREEN value IS 57 (22.66% from 255) = 18.45%
BLUE value IS 64 (25.39% from 255) = 20.71%
R=60.84%
G=18.45%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188576400.700.660.26356.7953.4748.04
HexBC3940046421A1653530
Octal274711000106102325456560
Binary10111100111001100000001000110100001011010101100101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3940; }

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

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

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

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

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

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

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

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