#BC2416

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

Shades of Fire Brick #BC2416

Tints of Fire Brick #BC2416

Color information

#BC2416 (or 0xBC2416) is unknown color: approx Fire Brick. HEX triplet: BC, 24 and 16. RGB value is (188,36,22). Sum of RGB (Red+Green+Blue) = 188+36+22=246 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.42% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2416 is #43DBE9. Grayscale: #505050. Windows color (decimal): -4447210 or 1451196. OLE color: 1451196.

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

Color convert

RGB1883622-
CMYK00.810.880.26
HSL5.06º79.05%41.18%-
HSV(B)5.06º88.3%73.73%-
XYZ21.5112.011.94-
YUV79.8595.36205.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 76.42%
GREEN value IS 36 (14.45% from 255) = 14.63%
BLUE value IS 22 (8.98% from 255) = 8.94%
R=76.42%
G=14.63%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188362200.810.880.265.0679.0541.18
HexBC2416051581A54f29
Octal2744426012113032511751
Binary1011110010010010110010100011011000110101011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2416; }

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

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

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

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

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

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

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

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