#B11F14

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

Shades of Fire Brick #B11F14

Tints of Fire Brick #B11F14

Color information

#B11F14 (or 0xB11F14) is unknown color: approx Fire Brick. HEX triplet: B1, 1F and 14. RGB value is (177,31,20). Sum of RGB (Red+Green+Blue) = 177+31+20=228 (30% of max value = 765). Red value is 177 (69.53% from 255 or 77.63% from 228); Green value is 31 (12.5% from 255 or 13.60% from 228); Blue value is 20 (8.20% from 255 or 8.77% from 228); Max value from RGB is 177 - color contains mainly: red. Hex color #B11F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B11F14 is #4EE0EB. Grayscale: #494949. Windows color (decimal): -5169388 or 1318833. OLE color: 1318833.

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

Color convert

RGB1773120-
CMYK00.820.890.31
HSL4.2º79.7%38.63%-
HSV(B)4.2º88.7%69.41%-
XYZ18.7510.381.68-
YUV73.497.87201.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 77.63%
GREEN value IS 31 (12.5% from 255) = 13.60%
BLUE value IS 20 (8.20% from 255) = 8.77%
R=77.63%
G=13.60%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177312000.820.890.314.279.738.63
HexB11F14052591F45027
Octal2613724012213137412047
Binary101100011111110100010100101011001111111001010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11F14; }

 p { color: rgb(177,31,20); }

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

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

 a { background-color: rgb(177,31,20); }

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

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

 span { border-color: rgb(177,31,20); }

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