#B52218

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

Shades of Fire Brick #B52218

Tints of Fire Brick #B52218

Color information

#B52218 (or 0xB52218) is unknown color: approx Fire Brick. HEX triplet: B5, 22 and 18. RGB value is (181,34,24). Sum of RGB (Red+Green+Blue) = 181+34+24=239 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.73% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 24 (9.77% from 255 or 10.04% from 239); Max value from RGB is 181 - color contains mainly: red. Hex color #B52218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52218 is #4ADDE7. Grayscale: #4D4D4D. Windows color (decimal): -4906472 or 1581749. OLE color: 1581749.

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

Color convert

RGB1813424-
CMYK00.810.870.29
HSL3.82º76.59%40.2%-
HSV(B)3.82º86.74%70.98%-
XYZ19.7911.031.95-
YUV76.8198.2202.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 75.73%
GREEN value IS 34 (13.67% from 255) = 14.23%
BLUE value IS 24 (9.77% from 255) = 10.04%
R=75.73%
G=14.23%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181342400.810.870.293.8276.5940.2
HexB52218051571D44d28
Octal2654230012112735411550
Binary1011010110001011000010100011010111111011001001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52218; }

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

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

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

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

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

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

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

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