#BC2926

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

Shades of Fire Brick #BC2926

Tints of Fire Brick #BC2926

Color information

#BC2926 (or 0xBC2926) is unknown color: approx Fire Brick. HEX triplet: BC, 29 and 26. RGB value is (188,41,38). Sum of RGB (Red+Green+Blue) = 188+41+38=267 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.41% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 38 (15.23% from 255 or 14.23% from 267); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2926 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2926 is #43D6D9. Grayscale: #545454. Windows color (decimal): -4445914 or 2501052. OLE color: 2501052.

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

Color convert

RGB1884138-
CMYK00.780.800.26
HSL1.2º66.37%44.31%-
HSV(B)1.2º79.79%73.73%-
XYZ21.8812.423.08-
YUV84.61101.7201.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 70.41%
GREEN value IS 41 (16.41% from 255) = 15.36%
BLUE value IS 38 (15.23% from 255) = 14.23%
R=70.41%
G=15.36%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188413800.780.800.261.266.3744.31
HexBC292604E501A1422c
Octal2745146011612032110254
Binary101111001010011001100100111010100001101011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2926; }

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

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

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

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

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

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

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

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