#B11B16

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

Shades of Fire Brick #B11B16

Tints of Fire Brick #B11B16

Color information

#B11B16 (or 0xB11B16) is unknown color: approx Fire Brick. HEX triplet: B1, 1B and 16. RGB value is (177,27,22). Sum of RGB (Red+Green+Blue) = 177+27+22=226 (29% of max value = 765). Red value is 177 (69.53% from 255 or 78.32% from 226); Green value is 27 (10.94% from 255 or 11.95% from 226); Blue value is 22 (8.98% from 255 or 9.73% from 226); Max value from RGB is 177 - color contains mainly: red. Hex color #B11B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B11B16 is #4EE4E9. Grayscale: #474747. Windows color (decimal): -5170410 or 1448881. OLE color: 1448881.

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

Color convert

RGB1772722-
CMYK00.850.880.31
HSL1.94º77.89%39.02%-
HSV(B)1.94º87.57%69.41%-
XYZ18.6710.191.74-
YUV71.28100.2203.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 78.32%
GREEN value IS 27 (10.94% from 255) = 11.95%
BLUE value IS 22 (8.98% from 255) = 9.73%
R=78.32%
G=11.95%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177272200.850.880.311.9477.8939.02
HexB11B16055581F24e27
Octal2613326012513037211647
Binary10110001110111011001010101101100011111101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11B16; }

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

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

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

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

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

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

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

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