#B71E1B

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

Shades of Fire Brick #B71E1B

Tints of Fire Brick #B71E1B

Color information

#B71E1B (or 0xB71E1B) is unknown color: approx Fire Brick. HEX triplet: B7, 1E and 1B. RGB value is (183,30,27). Sum of RGB (Red+Green+Blue) = 183+30+27=240 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.25% from 240); Green value is 30 (12.11% from 255 or 12.5% from 240); Blue value is 27 (10.94% from 255 or 11.25% from 240); Max value from RGB is 183 - color contains mainly: red. Hex color #B71E1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71E1B is #48E1E4. Grayscale: #4B4B4B. Windows color (decimal): -4776421 or 1777335. OLE color: 1777335.

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

Color convert

RGB1833027-
CMYK00.840.850.28
HSL1.15º74.29%41.18%-
HSV(B)1.15º85.25%71.76%-
XYZ20.1911.072.11-
YUV75.4100.69204.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 76.25%
GREEN value IS 30 (12.11% from 255) = 12.5%
BLUE value IS 27 (10.94% from 255) = 11.25%
R=76.25%
G=12.5%
B=11.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183302700.840.850.281.1574.2941.18
HexB71E1B054551C14a29
Octal2673633012412534111251
Binary1011011111110110110101010010101011110011001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71E1B; }

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

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

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

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

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

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

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

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