#B31E1A

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

Shades of Fire Brick #B31E1A

Tints of Fire Brick #B31E1A

Color information

#B31E1A (or 0xB31E1A) is unknown color: approx Fire Brick. HEX triplet: B3, 1E and 1A. RGB value is (179,30,26). Sum of RGB (Red+Green+Blue) = 179+30+26=235 (31% of max value = 765). Red value is 179 (70.31% from 255 or 76.17% from 235); Green value is 30 (12.11% from 255 or 12.77% from 235); Blue value is 26 (10.55% from 255 or 11.06% from 235); Max value from RGB is 179 - color contains mainly: red. Hex color #B31E1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31E1A is #4CE1E5. Grayscale: #4A4A4A. Windows color (decimal): -5038566 or 1711795. OLE color: 1711795.

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

Color convert

RGB1793026-
CMYK00.830.850.30
HSL1.57º74.63%40.2%-
HSV(B)1.57º85.47%70.2%-
XYZ19.2410.592.01-
YUV74.1100.86202.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 76.17%
GREEN value IS 30 (12.11% from 255) = 12.77%
BLUE value IS 26 (10.55% from 255) = 11.06%
R=76.17%
G=12.77%
B=11.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179302600.830.850.301.5774.6340.2
HexB31E1A053551E24b28
Octal2633632012312536211350
Binary10110011111101101001010011101010111110101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31E1A; }

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

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

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

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

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

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

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

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