#BC1C16

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

Shades of Fire Brick #BC1C16

Tints of Fire Brick #BC1C16

Color information

#BC1C16 (or 0xBC1C16) is unknown color: approx Fire Brick. HEX triplet: BC, 1C and 16. RGB value is (188,28,22). Sum of RGB (Red+Green+Blue) = 188+28+22=238 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.99% from 238); Green value is 28 (11.33% from 255 or 11.76% from 238); Blue value is 22 (8.98% from 255 or 9.24% from 238); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1C16 is #43E3E9. Grayscale: #4B4B4B. Windows color (decimal): -4449258 or 1449148. OLE color: 1449148.

HSL color Cylindrical-coordinate representation of color #BC1C16: hue angle of 2.17º 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 #BC1C16 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB1882822-
CMYK00.850.880.26
HSL2.17º79.05%41.18%-
HSV(B)2.17º88.3%73.73%-
XYZ21.311.581.87-
YUV75.1698.01208.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 78.99%
GREEN value IS 28 (11.33% from 255) = 11.76%
BLUE value IS 22 (8.98% from 255) = 9.24%
R=78.99%
G=11.76%
B=9.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188282200.850.880.262.1779.0541.18
HexBC1C16055581A24f29
Octal2743426012513032211751
Binary10111100111001011001010101101100011010101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1C16; }

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

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

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

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

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

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

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

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