#B43226

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

Shades of Fire Brick #B43226

Tints of Fire Brick #B43226

Color information

#B43226 (or 0xB43226) is unknown color: approx Fire Brick. HEX triplet: B4, 32 and 26. RGB value is (180,50,38). Sum of RGB (Red+Green+Blue) = 180+50+38=268 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.16% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 180 - color contains mainly: red. Hex color #B43226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43226 is #4BCDD9. Grayscale: #575757. Windows color (decimal): -4967898 or 2503348. OLE color: 2503348.

HSL color Cylindrical-coordinate representation of color #B43226: hue angle of 5.07º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B43226 is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB1805038-
CMYK00.720.790.29
HSL5.07º65.14%42.75%-
HSV(B)5.07º78.89%70.59%-
XYZ20.3112.123.1-
YUV87.5100.07193.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 67.16%
GREEN value IS 50 (19.92% from 255) = 18.66%
BLUE value IS 38 (15.23% from 255) = 14.18%
R=67.16%
G=18.66%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180503800.720.790.295.0765.1442.75
HexB432260484F1D5412b
Octal2646246011011735510153
Binary10110100110010100110010010001001111111011011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43226; }

 p { color: rgb(180,50,38); }

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

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

 a { background-color: rgb(180,50,38); }

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

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

 span { border-color: rgb(180,50,38); }

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