#b53620

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

Shades of Fire Brick #B53620

Tints of Fire Brick #B53620

Color information

#B53620 (or 0xB53620) is unknown color: approx Fire Brick. HEX triplet: B5, 36 and 20. RGB value is (181,54,32). Sum of RGB (Red+Green+Blue) = 181+54+32=267 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.79% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 181 - color contains mainly: red. Hex color #B53620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53620 is #4AC9DF. Grayscale: #595959. Windows color (decimal): -4901344 or 2111157. OLE color: 2111157.

HSL color Cylindrical-coordinate representation of color #B53620: hue angle of 8.86º degrees, saturation: 0.7, 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 #B53620 is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB1815432-
CMYK00.700.820.29
HSL8.86º69.95%41.76%-
HSV(B)8.86º82.32%70.98%-
XYZ20.6412.572.7-
YUV89.4695.58193.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 67.79%
GREEN value IS 54 (21.48% from 255) = 20.22%
BLUE value IS 32 (12.89% from 255) = 11.99%
R=67.79%
G=20.22%
B=11.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181543200.700.820.298.8669.9541.76
HexB53620046521D9462a
Octal26566400106122351110652
Binary101101011101101000000100011010100101110110011000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b53620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b53620; }

 p { color: rgb(181,54,32); }

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

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

 a { background-color: rgb(181,54,32); }

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

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

 span { border-color: rgb(181,54,32); }

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