#BC1E1B

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

Shades of Fire Brick #BC1E1B

Tints of Fire Brick #BC1E1B

Color information

#BC1E1B (or 0xBC1E1B) is unknown color: approx Fire Brick. HEX triplet: BC, 1E and 1B. RGB value is (188,30,27). Sum of RGB (Red+Green+Blue) = 188+30+27=245 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.73% from 245); Green value is 30 (12.11% from 255 or 12.24% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1E1B is #43E1E4. Grayscale: #4D4D4D. Windows color (decimal): -4448741 or 1777340. OLE color: 1777340.

HSL color Cylindrical-coordinate representation of color #BC1E1B: hue angle of 1.12º degrees, saturation: 0.75, 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 #BC1E1B is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB1883027-
CMYK00.840.860.26
HSL1.12º74.88%42.16%-
HSV(B)1.12º85.64%73.73%-
XYZ21.411.72.17-
YUV76.999.85207.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 76.73%
GREEN value IS 30 (12.11% from 255) = 12.24%
BLUE value IS 27 (10.94% from 255) = 11.02%
R=76.73%
G=12.24%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188302700.840.860.261.1274.8842.16
HexBC1E1B054561A14b2a
Octal2743633012412632111352
Binary1011110011110110110101010010101101101011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1E1B; }

 p { color: rgb(188,30,27); }

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

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

 a { background-color: rgb(188,30,27); }

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

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

 span { border-color: rgb(188,30,27); }

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