#bc3841

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

Shades of Brick Red #BC3841

Tints of Brick Red #BC3841

Color information

#BC3841 (or 0xBC3841) is unknown color: approx Brick Red. HEX triplet: BC, 38 and 41. RGB value is (188,56,65). Sum of RGB (Red+Green+Blue) = 188+56+65=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3841 is #43C7BE. Grayscale: #606060. Windows color (decimal): -4442047 or 4274364. OLE color: 4274364.

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

Color convert

RGB1885665-
CMYK00.700.650.26
HSL355.91º54.1%47.84%-
HSV(B)355.91º70.21%73.73%-
XYZ23.1113.96.47-
YUV96.49110.23193.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 60.84%
GREEN value IS 56 (22.27% from 255) = 18.12%
BLUE value IS 65 (25.78% from 255) = 21.04%
R=60.84%
G=18.12%
B=21.04%

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
Decimal188566500.700.650.26355.9154.147.84
HexBC3841046411A1643630
Octal274701010106101325446660
Binary10111100111000100000101000110100000111010101100100110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc3841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc3841; }

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

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

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

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

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

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

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

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