#B2271E

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

Shades of Fire Brick #B2271E

Tints of Fire Brick #B2271E

Color information

#B2271E (or 0xB2271E) is unknown color: approx Fire Brick. HEX triplet: B2, 27 and 1E. RGB value is (178,39,30). Sum of RGB (Red+Green+Blue) = 178+39+30=247 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.06% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 30 (12.11% from 255 or 12.15% from 247); Max value from RGB is 178 - color contains mainly: red. Hex color #B2271E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2271E is #4DD8E1. Grayscale: #4F4F4F. Windows color (decimal): -5101794 or 1976242. OLE color: 1976242.

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

Color convert

RGB1783930-
CMYK00.780.830.30
HSL3.65º71.15%40.78%-
HSV(B)3.65º83.15%69.8%-
XYZ19.3211.012.34-
YUV79.54100.05198.23-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 72.06%
GREEN value IS 39 (15.62% from 255) = 15.79%
BLUE value IS 30 (12.11% from 255) = 12.15%
R=72.06%
G=15.79%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178393000.780.830.303.6571.1540.78
HexB2271E04E531E44729
Octal2624736011612336410751
Binary1011001010011111110010011101010011111101001000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2271E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2271E; }

 p { color: rgb(178,39,30); }

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

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

 a { background-color: rgb(178,39,30); }

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

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

 span { border-color: rgb(178,39,30); }

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