#B11A0E

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

Shades of Fire Brick #B11A0E

Tints of Fire Brick #B11A0E

Color information

#B11A0E (or 0xB11A0E) is unknown color: approx Fire Brick. HEX triplet: B1, 1A and 0E. RGB value is (177,26,14). Sum of RGB (Red+Green+Blue) = 177+26+14=217 (28% of max value = 765). Red value is 177 (69.53% from 255 or 81.57% from 217); Green value is 26 (10.55% from 255 or 11.98% from 217); Blue value is 14 (5.86% from 255 or 6.45% from 217); Max value from RGB is 177 - color contains mainly: red. Hex color #B11A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B11A0E is #4EE5F1. Grayscale: #454545. Windows color (decimal): -5170674 or 924337. OLE color: 924337.

HSL color Cylindrical-coordinate representation of color #B11A0E: hue angle of 4.42º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B11A0E is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB1772614-
CMYK00.850.920.31
HSL4.42º85.34%37.45%-
HSV(B)4.42º92.09%69.41%-
XYZ18.5810.121.39-
YUV69.7896.53204.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 81.57%
GREEN value IS 26 (10.55% from 255) = 11.98%
BLUE value IS 14 (5.86% from 255) = 6.45%
R=81.57%
G=11.98%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177261400.850.920.314.4285.3437.45
HexB11AE0555C1F45525
Octal2613216012513437412545
Binary10110001110101110010101011011100111111001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11A0E; }

 p { color: rgb(177,26,14); }

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

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

 a { background-color: rgb(177,26,14); }

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

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

 span { border-color: rgb(177,26,14); }

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