#BC2615

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

Shades of Fire Brick #BC2615

Tints of Fire Brick #BC2615

Color information

#BC2615 (or 0xBC2615) is unknown color: approx Fire Brick. HEX triplet: BC, 26 and 15. RGB value is (188,38,21). Sum of RGB (Red+Green+Blue) = 188+38+21=247 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.11% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2615 is #43D9EA. Grayscale: #515151. Windows color (decimal): -4446699 or 1386172. OLE color: 1386172.

HSL color Cylindrical-coordinate representation of color #BC2615: hue angle of 6.11º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC2615 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB1883821-
CMYK00.800.890.26
HSL6.11º79.9%40.98%-
HSV(B)6.11º88.83%73.73%-
XYZ21.5712.131.91-
YUV80.9194.2204.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 76.11%
GREEN value IS 38 (15.23% from 255) = 15.38%
BLUE value IS 21 (8.59% from 255) = 8.50%
R=76.11%
G=15.38%
B=8.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.89
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188382100.800.890.266.1179.940.98
HexBC2615050591A65029
Octal2744625012013132612051
Binary1011110010011010101010100001011001110101101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2615; }

 p { color: rgb(188,38,21); }

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

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

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

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

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

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

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