#BC1F16

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

Shades of Fire Brick #BC1F16

Tints of Fire Brick #BC1F16

Color information

#BC1F16 (or 0xBC1F16) is unknown color: approx Fire Brick. HEX triplet: BC, 1F and 16. RGB value is (188,31,22). Sum of RGB (Red+Green+Blue) = 188+31+22=241 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.01% from 241); Green value is 31 (12.5% from 255 or 12.86% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1F16 is #43E0E9. Grayscale: #4D4D4D. Windows color (decimal): -4448490 or 1449916. OLE color: 1449916.

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

Color convert

RGB1883122-
CMYK00.840.880.26
HSL3.25º79.05%41.18%-
HSV(B)3.25º88.3%73.73%-
XYZ21.3711.731.9-
YUV76.9297.01207.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 78.01%
GREEN value IS 31 (12.5% from 255) = 12.86%
BLUE value IS 22 (8.98% from 255) = 9.13%
R=78.01%
G=12.86%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188312200.840.880.263.2579.0541.18
HexBC1F16054581A34f29
Octal2743726012413032311751
Binary10111100111111011001010100101100011010111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1F16; }

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

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

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

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

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

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

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

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