#BC2412

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

Shades of Fire Brick #BC2412

Tints of Fire Brick #BC2412

Color information

#BC2412 (or 0xBC2412) is unknown color: approx Fire Brick. HEX triplet: BC, 24 and 12. RGB value is (188,36,18). Sum of RGB (Red+Green+Blue) = 188+36+18=242 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.69% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2412 is #43DBED. Grayscale: #4F4F4F. Windows color (decimal): -4447214 or 1189052. OLE color: 1189052.

HSL color Cylindrical-coordinate representation of color #BC2412: hue angle of 6.35º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC2412 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB1883618-
CMYK00.810.900.26
HSL6.35º82.52%40.39%-
HSV(B)6.35º90.43%73.73%-
XYZ21.48121.76-
YUV79.493.36205.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 77.69%
GREEN value IS 36 (14.45% from 255) = 14.88%
BLUE value IS 18 (7.42% from 255) = 7.44%
R=77.69%
G=14.88%
B=7.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188361800.810.900.266.3582.5240.39
HexBC24120515A1A65328
Octal2744422012113232612350
Binary1011110010010010010010100011011010110101101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2412; }

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

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

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

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

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

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

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

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