#B11611

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

Shades of Fire Brick #B11611

Tints of Fire Brick #B11611

Color information

#B11611 (or 0xB11611) is unknown color: approx Fire Brick. HEX triplet: B1, 16 and 11. RGB value is (177,22,17). Sum of RGB (Red+Green+Blue) = 177+22+17=216 (28% of max value = 765). Red value is 177 (69.53% from 255 or 81.94% from 216); Green value is 22 (8.98% from 255 or 10.19% from 216); Blue value is 17 (7.03% from 255 or 7.87% from 216); Max value from RGB is 177 - color contains mainly: red. Hex color #B11611 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11611 is #4EE9EE. Grayscale: #434343. Windows color (decimal): -5171695 or 1119921. OLE color: 1119921.

HSL color Cylindrical-coordinate representation of color #B11611: hue angle of 1.88º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11611 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB1772217-
CMYK00.880.900.31
HSL1.88º82.47%38.04%-
HSV(B)1.88º90.4%69.41%-
XYZ18.529.961.48-
YUV67.7799.35205.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 81.94%
GREEN value IS 22 (8.98% from 255) = 10.19%
BLUE value IS 17 (7.03% from 255) = 7.87%
R=81.94%
G=10.19%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177221700.880.900.311.8882.4738.04
HexB116110585A1F25226
Octal2612621013013237212246
Binary10110001101101000101011000101101011111101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11611; }

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

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

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

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

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

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

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

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