#B11612

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

Shades of Fire Brick #B11612

Tints of Fire Brick #B11612

Color information

#B11612 (or 0xB11612) is unknown color: approx Fire Brick. HEX triplet: B1, 16 and 12. RGB value is (177,22,18). Sum of RGB (Red+Green+Blue) = 177+22+18=217 (28% of max value = 765). Red value is 177 (69.53% from 255 or 81.57% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 177 - color contains mainly: red. Hex color #B11612 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11612 is #4EE9ED. Grayscale: #444444. Windows color (decimal): -5171694 or 1185457. OLE color: 1185457.

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

Color convert

RGB1772218-
CMYK00.880.900.31
HSL1.51º81.54%38.24%-
HSV(B)1.51º89.83%69.41%-
XYZ18.539.961.52-
YUV67.8999.85205.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 81.57%
GREEN value IS 22 (8.98% from 255) = 10.14%
BLUE value IS 18 (7.42% from 255) = 8.29%
R=81.57%
G=10.14%
B=8.29%

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
Decimal177221800.880.900.311.5181.5438.24
HexB116120585A1F25226
Octal2612622013013237212246
Binary10110001101101001001011000101101011111101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11612; }

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

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

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

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

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

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

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

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