#B11E17

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

Shades of Fire Brick #B11E17

Tints of Fire Brick #B11E17

Color information

#B11E17 (or 0xB11E17) is unknown color: approx Fire Brick. HEX triplet: B1, 1E and 17. RGB value is (177,30,23). Sum of RGB (Red+Green+Blue) = 177+30+23=230 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.96% from 230); Green value is 30 (12.11% from 255 or 13.04% from 230); Blue value is 23 (9.38% from 255 or 10% from 230); Max value from RGB is 177 - color contains mainly: red. Hex color #B11E17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B11E17 is #4EE1E8. Grayscale: #494949. Windows color (decimal): -5169641 or 1515185. OLE color: 1515185.

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

Color convert

RGB1773023-
CMYK00.830.870.31
HSL2.73º77%39.22%-
HSV(B)2.73º87.01%69.41%-
XYZ18.7510.341.82-
YUV73.1599.7202.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 76.96%
GREEN value IS 30 (12.11% from 255) = 13.04%
BLUE value IS 23 (9.38% from 255) = 10%
R=76.96%
G=13.04%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.87
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177302300.830.870.312.737739.22
HexB11E17053571F34d27
Octal2613627012312737311547
Binary10110001111101011101010011101011111111111001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11E17; }

 p { color: rgb(177,30,23); }

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

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

 a { background-color: rgb(177,30,23); }

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

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

 span { border-color: rgb(177,30,23); }

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