#BC1212

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

Shades of Fire Brick #BC1212

Tints of Fire Brick #BC1212

Color information

#BC1212 (or 0xBC1212) is unknown color: approx Fire Brick. HEX triplet: BC, 12 and 12. RGB value is (188,18,18). Sum of RGB (Red+Green+Blue) = 188+18+18=224 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.93% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1212 is #43EDED. Grayscale: #454545. Windows color (decimal): -4451822 or 1184444. OLE color: 1184444.

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

Color convert

RGB1881818-
CMYK00.900.900.26
HSL82.52%40.39%-
HSV(B)90.43%73.73%-
XYZ21.0611.171.62-
YUV68.8399.32213-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 83.93%
GREEN value IS 18 (7.42% from 255) = 8.04%
BLUE value IS 18 (7.42% from 255) = 8.04%
R=83.93%
G=8.04%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188181800.900.900.26082.5240.39
HexBC121205A5A1A05328
Octal2742222013213232012350
Binary1011110010010100100101101010110101101001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1212; }

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

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

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

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

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

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

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

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