#BC2616

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

Shades of Fire Brick #BC2616

Tints of Fire Brick #BC2616

Color information

#BC2616 (or 0xBC2616) is unknown color: approx Fire Brick. HEX triplet: BC, 26 and 16. RGB value is (188,38,22). Sum of RGB (Red+Green+Blue) = 188+38+22=248 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.81% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2616 is #43D9E9. Grayscale: #515151. Windows color (decimal): -4446698 or 1451708. OLE color: 1451708.

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

Color convert

RGB1883822-
CMYK00.800.880.26
HSL5.78º79.05%41.18%-
HSV(B)5.78º88.3%73.73%-
XYZ21.5812.141.96-
YUV81.0394.7204.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 75.81%
GREEN value IS 38 (15.23% from 255) = 15.32%
BLUE value IS 22 (8.98% from 255) = 8.87%
R=75.81%
G=15.32%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188382200.800.880.265.7879.0541.18
HexBC2616050581A64f29
Octal2744626012013032611751
Binary1011110010011010110010100001011000110101101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2616; }

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

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

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

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

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

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

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

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