#B22D1E

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

Shades of Fire Brick #B22D1E

Tints of Fire Brick #B22D1E

Color information

#B22D1E (or 0xB22D1E) is unknown color: approx Fire Brick. HEX triplet: B2, 2D and 1E. RGB value is (178,45,30). Sum of RGB (Red+Green+Blue) = 178+45+30=253 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.36% from 253); Green value is 45 (17.97% from 255 or 17.79% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 178 - color contains mainly: red. Hex color #B22D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22D1E is #4DD2E1. Grayscale: #535353. Windows color (decimal): -5100258 or 1977778. OLE color: 1977778.

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

Color convert

RGB1784530-
CMYK00.750.830.30
HSL6.08º71.15%40.78%-
HSV(B)6.08º83.15%69.8%-
XYZ19.5311.442.41-
YUV83.0698.06195.72-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 70.36%
GREEN value IS 45 (17.97% from 255) = 17.79%
BLUE value IS 30 (12.11% from 255) = 11.86%
R=70.36%
G=17.79%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178453000.750.830.306.0871.1540.78
HexB22D1E04B531E64729
Octal2625536011312336610751
Binary1011001010110111110010010111010011111101101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22D1E; }

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

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

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

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

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

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

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

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