#B9221E

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

Shades of Fire Brick #B9221E

Tints of Fire Brick #B9221E

Color information

#B9221E (or 0xB9221E) is unknown color: approx Fire Brick. HEX triplet: B9, 22 and 1E. RGB value is (185,34,30). Sum of RGB (Red+Green+Blue) = 185+34+30=249 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.30% from 249); Green value is 34 (13.67% from 255 or 13.65% from 249); Blue value is 30 (12.11% from 255 or 12.05% from 249); Max value from RGB is 185 - color contains mainly: red. Hex color #B9221E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9221E is #46DDE1. Grayscale: #4E4E4E. Windows color (decimal): -4644322 or 1974969. OLE color: 1974969.

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

Color convert

RGB1853430-
CMYK00.820.840.27
HSL1.55º72.09%42.16%-
HSV(B)1.55º83.78%72.55%-
XYZ20.8111.552.36-
YUV78.69100.53203.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 74.30%
GREEN value IS 34 (13.67% from 255) = 13.65%
BLUE value IS 30 (12.11% from 255) = 12.05%
R=74.30%
G=13.65%
B=12.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185343000.820.840.271.5572.0942.16
HexB9221E052541B2482a
Octal2714236012212433211052
Binary101110011000101111001010010101010011011101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9221E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9221E; }

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

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

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

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

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

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

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

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