#B11D16

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

Shades of Fire Brick #B11D16

Tints of Fire Brick #B11D16

Color information

#B11D16 (or 0xB11D16) is unknown color: approx Fire Brick. HEX triplet: B1, 1D and 16. RGB value is (177,29,22). Sum of RGB (Red+Green+Blue) = 177+29+22=228 (30% of max value = 765). Red value is 177 (69.53% from 255 or 77.63% from 228); Green value is 29 (11.72% from 255 or 12.72% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 177 - color contains mainly: red. Hex color #B11D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B11D16 is #4EE2E9. Grayscale: #484848. Windows color (decimal): -5169898 or 1449393. OLE color: 1449393.

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

Color convert

RGB1772922-
CMYK00.840.880.31
HSL2.71º77.89%39.02%-
HSV(B)2.71º87.57%69.41%-
XYZ18.7210.281.76-
YUV72.4599.53202.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 77.63%
GREEN value IS 29 (11.72% from 255) = 12.72%
BLUE value IS 22 (8.98% from 255) = 9.65%
R=77.63%
G=12.72%
B=9.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177292200.840.880.312.7177.8939.02
HexB11D16054581F34e27
Octal2613526012413037311647
Binary10110001111011011001010100101100011111111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11D16; }

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

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

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

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

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

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

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

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