#B52B18

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

Shades of Fire Brick #B52B18

Tints of Fire Brick #B52B18

Color information

#B52B18 (or 0xB52B18) is unknown color: approx Fire Brick. HEX triplet: B5, 2B and 18. RGB value is (181,43,24). Sum of RGB (Red+Green+Blue) = 181+43+24=248 (32% of max value = 765). Red value is 181 (71.09% from 255 or 72.98% from 248); Green value is 43 (17.19% from 255 or 17.34% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 181 - color contains mainly: red. Hex color #B52B18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52B18 is #4AD4E7. Grayscale: #525252. Windows color (decimal): -4904168 or 1584053. OLE color: 1584053.

HSL color Cylindrical-coordinate representation of color #B52B18: hue angle of 7.26º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B52B18 is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB1814324-
CMYK00.760.870.29
HSL7.26º76.59%40.2%-
HSV(B)7.26º86.74%70.98%-
XYZ20.0811.622.05-
YUV82.195.22198.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 72.98%
GREEN value IS 43 (17.19% from 255) = 17.34%
BLUE value IS 24 (9.77% from 255) = 9.68%
R=72.98%
G=17.34%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181432400.760.870.297.2676.5940.2
HexB52B1804C571D74d28
Octal2655330011412735711550
Binary1011010110101111000010011001010111111011111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52B18; }

 p { color: rgb(181,43,24); }

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

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

 a { background-color: rgb(181,43,24); }

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

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

 span { border-color: rgb(181,43,24); }

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