#B11B0A

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

Shades of Fire Brick #B11B0A

Tints of Fire Brick #B11B0A

Color information

#B11B0A (or 0xB11B0A) is unknown color: approx Fire Brick. HEX triplet: B1, 1B and 0A. RGB value is (177,27,10). Sum of RGB (Red+Green+Blue) = 177+27+10=214 (28% of max value = 765). Red value is 177 (69.53% from 255 or 82.71% from 214); Green value is 27 (10.94% from 255 or 12.62% from 214); Blue value is 10 (4.30% from 255 or 4.67% from 214); Max value from RGB is 177 - color contains mainly: red. Hex color #B11B0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B11B0A is #4EE4F5. Grayscale: #464646. Windows color (decimal): -5170422 or 662449. OLE color: 662449.

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

Color convert

RGB1772710-
CMYK00.850.940.31
HSL6.11º89.3%36.67%-
HSV(B)6.11º94.35%69.41%-
XYZ18.5810.151.27-
YUV69.9194.2204.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 82.71%
GREEN value IS 27 (10.94% from 255) = 12.62%
BLUE value IS 10 (4.30% from 255) = 4.67%
R=82.71%
G=12.62%
B=4.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177271000.850.940.316.1189.336.67
HexB11BA0555E1F65925
Octal2613312012513637613145
Binary10110001110111010010101011011110111111101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11B0A; }

 p { color: rgb(177,27,10); }

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

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

 a { background-color: rgb(177,27,10); }

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

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

 span { border-color: rgb(177,27,10); }

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