#B9200F

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

Shades of Fire Brick #B9200F

Tints of Fire Brick #B9200F

Color information

#B9200F (or 0xB9200F) is unknown color: approx Fire Brick. HEX triplet: B9, 20 and 0F. RGB value is (185,32,15). Sum of RGB (Red+Green+Blue) = 185+32+15=232 (30% of max value = 765). Red value is 185 (72.66% from 255 or 79.74% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 185 - color contains mainly: red. Hex color #B9200F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9200F is #46DFF0. Grayscale: #4C4C4C. Windows color (decimal): -4644849 or 991417. OLE color: 991417.

HSL color Cylindrical-coordinate representation of color #B9200F: hue angle of 6º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B9200F is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB1853215-
CMYK00.830.920.27
HSL85%39.22%-
HSV(B)91.89%72.55%-
XYZ20.6111.381.56-
YUV75.8193.69205.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 79.74%
GREEN value IS 32 (12.89% from 255) = 13.79%
BLUE value IS 15 (6.25% from 255) = 6.47%
R=79.74%
G=13.79%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185321500.830.920.2768539.22
HexB920F0535C1B65527
Octal2714017012313433612547
Binary101110011000001111010100111011100110111101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9200F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9200F; }

 p { color: rgb(185,32,15); }

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

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

 a { background-color: rgb(185,32,15); }

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

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

 span { border-color: rgb(185,32,15); }

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