#B3180A

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

Shades of Fire Brick #B3180A

Tints of Fire Brick #B3180A

Color information

#B3180A (or 0xB3180A) is unknown color: approx Fire Brick. HEX triplet: B3, 18 and 0A. RGB value is (179,24,10). Sum of RGB (Red+Green+Blue) = 179+24+10=213 (28% of max value = 765). Red value is 179 (70.31% from 255 or 84.04% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 10 (4.30% from 255 or 4.69% from 213); Max value from RGB is 179 - color contains mainly: red. Hex color #B3180A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B3180A is #4CE7F5. Grayscale: #444444. Windows color (decimal): -5040118 or 661683. OLE color: 661683.

HSL color Cylindrical-coordinate representation of color #B3180A: hue angle of 4.97º degrees, saturation: 0.89, 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 #B3180A is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB1792410-
CMYK00.870.940.30
HSL4.97º89.42%37.06%-
HSV(B)4.97º94.41%70.2%-
XYZ18.9710.261.27-
YUV68.7594.85206.64-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 84.04%
GREEN value IS 24 (9.77% from 255) = 11.27%
BLUE value IS 10 (4.30% from 255) = 4.69%
R=84.04%
G=11.27%
B=4.69%

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
Decimal179241000.870.940.304.9789.4237.06
HexB318A0575E1E55925
Octal2633012012713636513145
Binary10110011110001010010101111011110111101011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3180A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3180A; }

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

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

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

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

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

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

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

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