#B31E1E

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

Shades of Fire Brick #B31E1E

Tints of Fire Brick #B31E1E

Color information

#B31E1E (or 0xB31E1E) is unknown color: approx Fire Brick. HEX triplet: B3, 1E and 1E. RGB value is (179,30,30). Sum of RGB (Red+Green+Blue) = 179+30+30=239 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.90% from 239); Green value is 30 (12.11% from 255 or 12.55% from 239); Blue value is 30 (12.11% from 255 or 12.55% from 239); Max value from RGB is 179 - color contains mainly: red. Hex color #B31E1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31E1E is #4CE1E1. Grayscale: #4A4A4A. Windows color (decimal): -5038562 or 1973939. OLE color: 1973939.

HSL color Cylindrical-coordinate representation of color #B31E1E: hue angle of 0º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B31E1E is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB1793030-
CMYK00.830.830.30
HSL71.29%40.98%-
HSV(B)83.24%70.2%-
XYZ19.2910.612.26-
YUV74.55102.86202.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 74.90%
GREEN value IS 30 (12.11% from 255) = 12.55%
BLUE value IS 30 (12.11% from 255) = 12.55%
R=74.90%
G=12.55%
B=12.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179303000.830.830.30071.2940.98
HexB31E1E053531E04729
Octal2633636012312336010751
Binary1011001111110111100101001110100111111001000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31E1E; }

 p { color: rgb(179,30,30); }

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

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

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

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

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

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

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