#B11811

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

Shades of Fire Brick #B11811

Tints of Fire Brick #B11811

Color information

#B11811 (or 0xB11811) is unknown color: approx Fire Brick. HEX triplet: B1, 18 and 11. RGB value is (177,24,17). Sum of RGB (Red+Green+Blue) = 177+24+17=218 (28% of max value = 765). Red value is 177 (69.53% from 255 or 81.19% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 17 (7.03% from 255 or 7.80% from 218); Max value from RGB is 177 - color contains mainly: red. Hex color #B11811 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11811 is #4EE7EE. Grayscale: #454545. Windows color (decimal): -5171183 or 1120433. OLE color: 1120433.

HSL color Cylindrical-coordinate representation of color #B11811: hue angle of 2.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11811 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB1772417-
CMYK00.860.900.31
HSL2.62º82.47%38.04%-
HSV(B)2.62º90.4%69.41%-
XYZ18.5610.041.49-
YUV68.9598.69205.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 81.19%
GREEN value IS 24 (9.77% from 255) = 11.01%
BLUE value IS 17 (7.03% from 255) = 7.80%
R=81.19%
G=11.01%
B=7.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177241700.860.900.312.6282.4738.04
HexB118110565A1F35226
Octal2613021012613237312246
Binary10110001110001000101010110101101011111111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11811; }

 p { color: rgb(177,24,17); }

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

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

 a { background-color: rgb(177,24,17); }

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

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

 span { border-color: rgb(177,24,17); }

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