#B11E0C

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

Shades of Fire Brick #B11E0C

Tints of Fire Brick #B11E0C

Color information

#B11E0C (or 0xB11E0C) is unknown color: approx Fire Brick. HEX triplet: B1, 1E and 0C. RGB value is (177,30,12). Sum of RGB (Red+Green+Blue) = 177+30+12=219 (29% of max value = 765). Red value is 177 (69.53% from 255 or 80.82% from 219); Green value is 30 (12.11% from 255 or 13.70% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 177 - color contains mainly: red. Hex color #B11E0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B11E0C is #4EE1F3. Grayscale: #484848. Windows color (decimal): -5169652 or 794289. OLE color: 794289.

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

Color convert

RGB1773012-
CMYK00.830.930.31
HSL6.55º87.3%37.06%-
HSV(B)6.55º93.22%69.41%-
XYZ18.6610.31.35-
YUV71.994.2202.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 80.82%
GREEN value IS 30 (12.11% from 255) = 13.70%
BLUE value IS 12 (5.08% from 255) = 5.48%
R=80.82%
G=13.70%
B=5.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177301200.830.930.316.5587.337.06
HexB11EC0535D1F75725
Octal2613614012313537712745
Binary10110001111101100010100111011101111111111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11E0C; }

 p { color: rgb(177,30,12); }

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

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

 a { background-color: rgb(177,30,12); }

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

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

 span { border-color: rgb(177,30,12); }

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