#BC343F

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

Shades of Brick Red #BC343F

Tints of Brick Red #BC343F

Color information

#BC343F (or 0xBC343F) is unknown color: approx Brick Red. HEX triplet: BC, 34 and 3F. RGB value is (188,52,63). Sum of RGB (Red+Green+Blue) = 188+52+63=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC343F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC343F is #43CBC0. Grayscale: #5E5E5E. Windows color (decimal): -4443073 or 4142268. OLE color: 4142268.

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

Color convert

RGB1885263-
CMYK00.720.660.26
HSL355.15º56.67%47.06%-
HSV(B)355.15º72.34%73.73%-
XYZ22.8613.516.1-
YUV93.92110.56195.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 62.05%
GREEN value IS 52 (20.70% from 255) = 17.16%
BLUE value IS 63 (25% from 255) = 20.79%
R=62.05%
G=17.16%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188526300.720.660.26355.1556.6747.06
HexBC343F048421A163392f
Octal27464770110102325437157
Binary1011110011010011111101001000100001011010101100011111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC343F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC343F; }

 p { color: rgb(188,52,63); }

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

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

 a { background-color: rgb(188,52,63); }

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

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

 span { border-color: rgb(188,52,63); }

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