#B43221

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

Shades of Fire Brick #B43221

Tints of Fire Brick #B43221

Color information

#B43221 (or 0xB43221) is unknown color: approx Fire Brick. HEX triplet: B4, 32 and 21. RGB value is (180,50,33). Sum of RGB (Red+Green+Blue) = 180+50+33=263 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.44% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 180 - color contains mainly: red. Hex color #B43221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43221 is #4BCDDE. Grayscale: #575757. Windows color (decimal): -4967903 or 2175668. OLE color: 2175668.

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

Color convert

RGB1805033-
CMYK00.720.820.29
HSL6.94º69.01%41.76%-
HSV(B)6.94º81.67%70.59%-
XYZ20.2412.092.71-
YUV86.9397.57194.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 68.44%
GREEN value IS 50 (19.92% from 255) = 19.01%
BLUE value IS 33 (13.28% from 255) = 12.55%
R=68.44%
G=19.01%
B=12.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180503300.720.820.296.9469.0141.76
HexB43221048521D7452a
Octal2646241011012235710552
Binary10110100110010100001010010001010010111011111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43221; }

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

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

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

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

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

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

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

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