#BC231A

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

Shades of Fire Brick #BC231A

Tints of Fire Brick #BC231A

Color information

#BC231A (or 0xBC231A) is unknown color: approx Fire Brick. HEX triplet: BC, 23 and 1A. RGB value is (188,35,26). Sum of RGB (Red+Green+Blue) = 188+35+26=249 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.50% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 188 - color contains mainly: red. Hex color #BC231A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC231A is #43DCE5. Grayscale: #4F4F4F. Windows color (decimal): -4447462 or 1713084. OLE color: 1713084.

HSL color Cylindrical-coordinate representation of color #BC231A: hue angle of 3.33º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC231A is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB1883526-
CMYK00.810.860.26
HSL3.33º75.7%41.96%-
HSV(B)3.33º86.17%73.73%-
XYZ21.5311.972.15-
YUV79.7297.69205.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 75.50%
GREEN value IS 35 (14.06% from 255) = 14.06%
BLUE value IS 26 (10.55% from 255) = 10.44%
R=75.50%
G=14.06%
B=10.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188352600.810.860.263.3375.741.96
HexBC231A051561A34c2a
Octal2744332012112632311452
Binary101111001000111101001010001101011011010111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC231A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC231A; }

 p { color: rgb(188,35,26); }

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

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

 a { background-color: rgb(188,35,26); }

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

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

 span { border-color: rgb(188,35,26); }

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