#B3311F

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

Shades of Fire Brick #B3311F

Tints of Fire Brick #B3311F

Color information

#B3311F (or 0xB3311F) is unknown color: approx Fire Brick. HEX triplet: B3, 31 and 1F. RGB value is (179,49,31). Sum of RGB (Red+Green+Blue) = 179+49+31=259 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.11% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 179 - color contains mainly: red. Hex color #B3311F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3311F is #4CCEE0. Grayscale: #565656. Windows color (decimal): -5033697 or 2044339. OLE color: 2044339.

HSL color Cylindrical-coordinate representation of color #B3311F: hue angle of 7.3º degrees, saturation: 0.7, 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 #B3311F is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB1794931-
CMYK00.730.830.30
HSL7.3º70.48%41.18%-
HSV(B)7.3º82.68%70.2%-
XYZ19.9411.882.54-
YUV85.8297.07194.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 69.11%
GREEN value IS 49 (19.53% from 255) = 18.92%
BLUE value IS 31 (12.5% from 255) = 11.97%
R=69.11%
G=18.92%
B=11.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179493100.730.830.307.370.4841.18
HexB3311F049531E74629
Octal2636137011112336710651
Binary1011001111000111111010010011010011111101111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3311F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3311F; }

 p { color: rgb(179,49,31); }

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

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

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

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

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

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

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