#BC3941

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

Shades of Brick Red #BC3941

Tints of Brick Red #BC3941

Color information

#BC3941 (or 0xBC3941) is unknown color: approx Brick Red. HEX triplet: BC, 39 and 41. RGB value is (188,57,65). Sum of RGB (Red+Green+Blue) = 188+57+65=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3941 is #43C6BE. Grayscale: #616161. Windows color (decimal): -4441791 or 4274620. OLE color: 4274620.

HSL color Cylindrical-coordinate representation of color #BC3941: hue angle of 356.34º 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 #BC3941 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB1885765-
CMYK00.700.650.26
HSL356.34º53.47%48.04%-
HSV(B)356.34º69.68%73.73%-
XYZ23.16146.48-
YUV97.08109.9192.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 60.65%
GREEN value IS 57 (22.66% from 255) = 18.39%
BLUE value IS 65 (25.78% from 255) = 20.97%
R=60.65%
G=18.39%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188576500.700.650.26356.3453.4748.04
HexBC3941046411A1643530
Octal274711010106101325446560
Binary10111100111001100000101000110100000111010101100100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3941; }

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

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

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

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

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

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

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

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