#B93322

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

Shades of Fire Brick #B93322

Tints of Fire Brick #B93322

Color information

#B93322 (or 0xB93322) is unknown color: approx Fire Brick. HEX triplet: B9, 33 and 22. RGB value is (185,51,34). Sum of RGB (Red+Green+Blue) = 185+51+34=270 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.52% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 34 (13.67% from 255 or 12.59% from 270); Max value from RGB is 185 - color contains mainly: red. Hex color #B93322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93322 is #46CCDD. Grayscale: #595959. Windows color (decimal): -4639966 or 2241465. OLE color: 2241465.

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

Color convert

RGB1855134-
CMYK00.720.820.27
HSL6.75º68.95%42.94%-
HSV(B)6.75º81.62%72.55%-
XYZ21.4812.82.85-
YUV89.1396.89196.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 68.52%
GREEN value IS 51 (20.31% from 255) = 18.89%
BLUE value IS 34 (13.67% from 255) = 12.59%
R=68.52%
G=18.89%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185513400.720.820.276.7568.9542.94
HexB93322048521B7452b
Octal2716342011012233710553
Binary10111001110011100010010010001010010110111111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93322; }

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

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

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

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

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

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

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

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