#B53222

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

Shades of Fire Brick #B53222

Tints of Fire Brick #B53222

Color information

#B53222 (or 0xB53222) is unknown color: approx Fire Brick. HEX triplet: B5, 32 and 22. RGB value is (181,50,34). Sum of RGB (Red+Green+Blue) = 181+50+34=265 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.30% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 34 (13.67% from 255 or 12.83% from 265); Max value from RGB is 181 - color contains mainly: red. Hex color #B53222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53222 is #4ACDDD. Grayscale: #575757. Windows color (decimal): -4902366 or 2241205. OLE color: 2241205.

HSL color Cylindrical-coordinate representation of color #B53222: hue angle of 6.53º 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 #B53222 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB1815034-
CMYK00.720.810.29
HSL6.53º68.37%42.16%-
HSV(B)6.53º81.22%70.98%-
XYZ20.4912.222.79-
YUV87.3497.9194.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 68.30%
GREEN value IS 50 (19.92% from 255) = 18.87%
BLUE value IS 34 (13.67% from 255) = 12.83%
R=68.30%
G=18.87%
B=12.83%

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
Decimal181503400.720.810.296.5368.3742.16
HexB53222048511D7442a
Octal2656242011012135710452
Binary10110101110010100010010010001010001111011111000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53222; }

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

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

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

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

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

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

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

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