#B3180B

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

Shades of Fire Brick #B3180B

Tints of Fire Brick #B3180B

Color information

#B3180B (or 0xB3180B) is unknown color: approx Fire Brick. HEX triplet: B3, 18 and 0B. RGB value is (179,24,11). Sum of RGB (Red+Green+Blue) = 179+24+11=214 (28% of max value = 765). Red value is 179 (70.31% from 255 or 83.64% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 11 (4.69% from 255 or 5.14% from 214); Max value from RGB is 179 - color contains mainly: red. Hex color #B3180B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B3180B is #4CE7F4. Grayscale: #454545. Windows color (decimal): -5040117 or 727219. OLE color: 727219.

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

Color convert

RGB1792411-
CMYK00.870.940.30
HSL4.64º88.42%37.25%-
HSV(B)4.64º93.85%70.2%-
XYZ18.9810.261.3-
YUV68.8695.35206.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 83.64%
GREEN value IS 24 (9.77% from 255) = 11.21%
BLUE value IS 11 (4.69% from 255) = 5.14%
R=83.64%
G=11.21%
B=5.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179241100.870.940.304.6488.4237.25
HexB318B0575E1E55825
Octal2633013012713636513045
Binary10110011110001011010101111011110111101011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3180B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3180B; }

 p { color: rgb(179,24,11); }

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

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

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

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

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

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

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