#B22820

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

Shades of Fire Brick #B22820

Tints of Fire Brick #B22820

Color information

#B22820 (or 0xB22820) is unknown color: approx Fire Brick. HEX triplet: B2, 28 and 20. RGB value is (178,40,32). Sum of RGB (Red+Green+Blue) = 178+40+32=250 (33% of max value = 765). Red value is 178 (69.92% from 255 or 71.2% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 178 - color contains mainly: red. Hex color #B22820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22820 is #4DD7DF. Grayscale: #505050. Windows color (decimal): -5101536 or 2107570. OLE color: 2107570.

HSL color Cylindrical-coordinate representation of color #B22820: hue angle of 3.29º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B22820 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB1784032-
CMYK00.780.820.30
HSL3.29º69.52%41.18%-
HSV(B)3.29º82.02%69.8%-
XYZ19.3811.092.49-
YUV80.35100.72197.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 71.2%
GREEN value IS 40 (16.02% from 255) = 16%
BLUE value IS 32 (12.89% from 255) = 12.8%
R=71.2%
G=16%
B=12.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178403200.780.820.303.2969.5241.18
HexB2282004E521E34629
Octal2625040011612236310651
Binary1011001010100010000001001110101001011110111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22820; }

 p { color: rgb(178,40,32); }

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

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

 a { background-color: rgb(178,40,32); }

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

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

 span { border-color: rgb(178,40,32); }

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