#B71E11

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

Shades of Fire Brick #B71E11

Tints of Fire Brick #B71E11

Color information

#B71E11 (or 0xB71E11) is unknown color: approx Fire Brick. HEX triplet: B7, 1E and 11. RGB value is (183,30,17). Sum of RGB (Red+Green+Blue) = 183+30+17=230 (30% of max value = 765). Red value is 183 (71.88% from 255 or 79.57% from 230); Green value is 30 (12.11% from 255 or 13.04% from 230); Blue value is 17 (7.03% from 255 or 7.39% from 230); Max value from RGB is 183 - color contains mainly: red. Hex color #B71E11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B71E11 is #48E1EE. Grayscale: #4A4A4A. Windows color (decimal): -4776431 or 1121975. OLE color: 1121975.

HSL color Cylindrical-coordinate representation of color #B71E11: hue angle of 4.7º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B71E11 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB1833017-
CMYK00.840.910.28
HSL4.7º83%39.22%-
HSV(B)4.7º90.71%71.76%-
XYZ20.0911.041.6-
YUV74.2695.69205.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 79.57%
GREEN value IS 30 (12.11% from 255) = 13.04%
BLUE value IS 17 (7.03% from 255) = 7.39%
R=79.57%
G=13.04%
B=7.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183301700.840.910.284.78339.22
HexB71E110545B1C55327
Octal2673621012413334512347
Binary101101111111010001010101001011011111001011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71E11; }

 p { color: rgb(183,30,17); }

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

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

 a { background-color: rgb(183,30,17); }

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

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

 span { border-color: rgb(183,30,17); }

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