#b53128

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

Shades of Fire Brick #B53128

Tints of Fire Brick #B53128

Color information

#B53128 (or 0xB53128) is unknown color: approx Fire Brick. HEX triplet: B5, 31 and 28. RGB value is (181,49,40). Sum of RGB (Red+Green+Blue) = 181+49+40=270 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.04% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 181 - color contains mainly: red. Hex color #B53128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53128 is #4ACED7. Grayscale: #575757. Windows color (decimal): -4902616 or 2634165. OLE color: 2634165.

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

Color convert

RGB1814940-
CMYK00.730.780.29
HSL3.83º63.8%43.33%-
HSV(B)3.83º77.9%70.98%-
XYZ20.5412.173.27-
YUV87.44101.23194.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 67.04%
GREEN value IS 49 (19.53% from 255) = 18.15%
BLUE value IS 40 (16.02% from 255) = 14.81%
R=67.04%
G=18.15%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181494000.730.780.293.8363.843.33
HexB531280494E1D4402b
Octal2656150011111635410053
Binary10110101110001101000010010011001110111011001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b53128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b53128; }

 p { color: rgb(181,49,40); }

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

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

 a { background-color: rgb(181,49,40); }

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

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

 span { border-color: rgb(181,49,40); }

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