#B11B18

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

Shades of Fire Brick #B11B18

Tints of Fire Brick #B11B18

Color information

#B11B18 (or 0xB11B18) is unknown color: approx Fire Brick. HEX triplet: B1, 1B and 18. RGB value is (177,27,24). Sum of RGB (Red+Green+Blue) = 177+27+24=228 (30% of max value = 765). Red value is 177 (69.53% from 255 or 77.63% from 228); Green value is 27 (10.94% from 255 or 11.84% from 228); Blue value is 24 (9.77% from 255 or 10.53% from 228); Max value from RGB is 177 - color contains mainly: red. Hex color #B11B18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B11B18 is #4EE4E7. Grayscale: #474747. Windows color (decimal): -5170408 or 1579953. OLE color: 1579953.

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

Color convert

RGB1772724-
CMYK00.850.860.31
HSL1.18º76.12%39.41%-
HSV(B)1.18º86.44%69.41%-
XYZ18.6910.21.85-
YUV71.51101.2203.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 77.63%
GREEN value IS 27 (10.94% from 255) = 11.84%
BLUE value IS 24 (9.77% from 255) = 10.53%
R=77.63%
G=11.84%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177272400.850.860.311.1876.1239.41
HexB11B18055561F14c27
Octal2613330012512637111447
Binary1011000111011110000101010110101101111111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11B18; }

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

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

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

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

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

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

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

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