#B53322

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

Shades of Fire Brick #B53322

Tints of Fire Brick #B53322

Color information

#B53322 (or 0xB53322) is unknown color: approx Fire Brick. HEX triplet: B5, 33 and 22. RGB value is (181,51,34). Sum of RGB (Red+Green+Blue) = 181+51+34=266 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.05% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 34 (13.67% from 255 or 12.78% from 266); Max value from RGB is 181 - color contains mainly: red. Hex color #B53322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53322 is #4ACCDD. Grayscale: #585858. Windows color (decimal): -4902110 or 2241461. OLE color: 2241461.

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

Color convert

RGB1815134-
CMYK00.720.810.29
HSL6.94º68.37%42.16%-
HSV(B)6.94º81.22%70.98%-
XYZ20.5312.312.81-
YUV87.9397.57194.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 68.05%
GREEN value IS 51 (20.31% from 255) = 19.17%
BLUE value IS 34 (13.67% from 255) = 12.78%
R=68.05%
G=19.17%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181513400.720.810.296.9468.3742.16
HexB53322048511D7442a
Octal2656342011012135710452
Binary10110101110011100010010010001010001111011111000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53322; }

 p { color: rgb(181,51,34); }

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

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

 a { background-color: rgb(181,51,34); }

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

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

 span { border-color: rgb(181,51,34); }

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