#B2231F

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

Shades of Fire Brick #B2231F

Tints of Fire Brick #B2231F

Color information

#B2231F (or 0xB2231F) is unknown color: approx Fire Brick. HEX triplet: B2, 23 and 1F. RGB value is (178,35,31). Sum of RGB (Red+Green+Blue) = 178+35+31=244 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.95% from 244); Green value is 35 (14.06% from 255 or 14.34% from 244); Blue value is 31 (12.5% from 255 or 12.70% from 244); Max value from RGB is 178 - color contains mainly: red. Hex color #B2231F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2231F is #4DDCE0. Grayscale: #4D4D4D. Windows color (decimal): -5102817 or 2040754. OLE color: 2040754.

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

Color convert

RGB1783531-
CMYK00.800.830.30
HSL1.63º70.33%40.98%-
HSV(B)1.63º82.58%69.8%-
XYZ19.2110.772.36-
YUV77.3101.88199.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 72.95%
GREEN value IS 35 (14.06% from 255) = 14.34%
BLUE value IS 31 (12.5% from 255) = 12.70%
R=72.95%
G=14.34%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178353100.800.830.301.6370.3340.98
HexB2231F050531E24629
Octal2624337012012336210651
Binary101100101000111111101010000101001111110101000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2231F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2231F; }

 p { color: rgb(178,35,31); }

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

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

 a { background-color: rgb(178,35,31); }

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

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

 span { border-color: rgb(178,35,31); }

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