#B93324

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

Shades of Fire Brick #B93324

Tints of Fire Brick #B93324

Color information

#B93324 (or 0xB93324) is unknown color: approx Fire Brick. HEX triplet: B9, 33 and 24. RGB value is (185,51,36). Sum of RGB (Red+Green+Blue) = 185+51+36=272 (36% of max value = 765). Red value is 185 (72.66% from 255 or 68.01% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 36 (14.45% from 255 or 13.24% from 272); Max value from RGB is 185 - color contains mainly: red. Hex color #B93324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93324 is #46CCDB. Grayscale: #595959. Windows color (decimal): -4639964 or 2372537. OLE color: 2372537.

HSL color Cylindrical-coordinate representation of color #B93324: hue angle of 6.04º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B93324 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB1855136-
CMYK00.720.810.27
HSL6.04º67.42%43.33%-
HSV(B)6.04º80.54%72.55%-
XYZ21.5112.813.01-
YUV89.3697.89196.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 68.01%
GREEN value IS 51 (20.31% from 255) = 18.75%
BLUE value IS 36 (14.45% from 255) = 13.24%
R=68.01%
G=18.75%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185513600.720.810.276.0467.4243.33
HexB93324048511B6432b
Octal2716344011012133610353
Binary10111001110011100100010010001010001110111101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93324; }

 p { color: rgb(185,51,36); }

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

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

 a { background-color: rgb(185,51,36); }

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

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

 span { border-color: rgb(185,51,36); }

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