#BC1B16

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

Shades of Fire Brick #BC1B16

Tints of Fire Brick #BC1B16

Color information

#BC1B16 (or 0xBC1B16) is unknown color: approx Fire Brick. HEX triplet: BC, 1B and 16. RGB value is (188,27,22). Sum of RGB (Red+Green+Blue) = 188+27+22=237 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.32% from 237); Green value is 27 (10.94% from 255 or 11.39% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1B16 is #43E4E9. Grayscale: #4A4A4A. Windows color (decimal): -4449514 or 1448892. OLE color: 1448892.

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

Color convert

RGB1882722-
CMYK00.860.880.26
HSL1.81º79.05%41.18%-
HSV(B)1.81º88.3%73.73%-
XYZ21.2811.531.86-
YUV74.5798.34208.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 79.32%
GREEN value IS 27 (10.94% from 255) = 11.39%
BLUE value IS 22 (8.98% from 255) = 9.28%
R=79.32%
G=11.39%
B=9.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188272200.860.880.261.8179.0541.18
HexBC1B16056581A24f29
Octal2743326012613032211751
Binary10111100110111011001010110101100011010101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1B16; }

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

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

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

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

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

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

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

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