#B2180B

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

Shades of Fire Brick #B2180B

Tints of Fire Brick #B2180B

Color information

#B2180B (or 0xB2180B) is unknown color: approx Fire Brick. HEX triplet: B2, 18 and 0B. RGB value is (178,24,11). Sum of RGB (Red+Green+Blue) = 178+24+11=213 (28% of max value = 765). Red value is 178 (69.92% from 255 or 83.57% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 178 - color contains mainly: red. Hex color #B2180B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2180B is #4DE7F4. Grayscale: #444444. Windows color (decimal): -5105653 or 727218. OLE color: 727218.

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

Color convert

RGB1782411-
CMYK00.870.940.30
HSL4.67º88.36%37.06%-
HSV(B)4.67º93.82%69.8%-
XYZ18.7510.141.29-
YUV68.5695.52206.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 83.57%
GREEN value IS 24 (9.77% from 255) = 11.27%
BLUE value IS 11 (4.69% from 255) = 5.16%
R=83.57%
G=11.27%
B=5.16%

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
Decimal178241100.870.940.304.6788.3637.06
HexB218B0575E1E55825
Octal2623013012713636513045
Binary10110010110001011010101111011110111101011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2180B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2180B; }

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

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

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

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

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

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

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

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