#B11B0B

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

Shades of Fire Brick #B11B0B

Tints of Fire Brick #B11B0B

Color information

#B11B0B (or 0xB11B0B) is unknown color: approx Fire Brick. HEX triplet: B1, 1B and 0B. RGB value is (177,27,11). Sum of RGB (Red+Green+Blue) = 177+27+11=215 (28% of max value = 765). Red value is 177 (69.53% from 255 or 82.33% from 215); Green value is 27 (10.94% from 255 or 12.56% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 177 - color contains mainly: red. Hex color #B11B0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B11B0B is #4EE4F4. Grayscale: #464646. Windows color (decimal): -5170421 or 727985. OLE color: 727985.

HSL color Cylindrical-coordinate representation of color #B11B0B: hue angle of 5.78º degrees, saturation: 0.88, 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 #B11B0B is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB1772711-
CMYK00.850.940.31
HSL5.78º88.3%36.86%-
HSV(B)5.78º93.79%69.41%-
XYZ18.5810.161.3-
YUV70.0394.7204.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 82.33%
GREEN value IS 27 (10.94% from 255) = 12.56%
BLUE value IS 11 (4.69% from 255) = 5.12%
R=82.33%
G=12.56%
B=5.12%

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
Decimal177271100.850.940.315.7888.336.86
HexB11BB0555E1F65825
Octal2613313012513637613045
Binary10110001110111011010101011011110111111101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11B0B; }

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

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

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

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

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

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

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

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