#B1261E

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

Shades of Fire Brick #B1261E

Tints of Fire Brick #B1261E

Color information

#B1261E (or 0xB1261E) is unknown color: approx Fire Brick. HEX triplet: B1, 26 and 1E. RGB value is (177,38,30). Sum of RGB (Red+Green+Blue) = 177+38+30=245 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.24% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 177 - color contains mainly: red. Hex color #B1261E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1261E is #4ED9E1. Grayscale: #4E4E4E. Windows color (decimal): -5167586 or 1975985. OLE color: 1975985.

HSL color Cylindrical-coordinate representation of color #B1261E: hue angle of 3.27º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B1261E is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB1773830-
CMYK00.790.830.31
HSL3.27º71.01%40.59%-
HSV(B)3.27º83.05%69.41%-
XYZ19.0610.832.31-
YUV78.65100.55198.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 72.24%
GREEN value IS 38 (15.23% from 255) = 15.51%
BLUE value IS 30 (12.11% from 255) = 12.24%
R=72.24%
G=15.51%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177383000.790.830.313.2771.0140.59
HexB1261E04F531F34729
Octal2614636011712337310751
Binary101100011001101111001001111101001111111111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1261E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1261E; }

 p { color: rgb(177,38,30); }

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

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

 a { background-color: rgb(177,38,30); }

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

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

 span { border-color: rgb(177,38,30); }

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