#B9200C

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

Shades of Fire Brick #B9200C

Tints of Fire Brick #B9200C

Color information

#B9200C (or 0xB9200C) is unknown color: approx Fire Brick. HEX triplet: B9, 20 and 0C. RGB value is (185,32,12). Sum of RGB (Red+Green+Blue) = 185+32+12=229 (30% of max value = 765). Red value is 185 (72.66% from 255 or 80.79% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 185 - color contains mainly: red. Hex color #B9200C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9200C is #46DFF3. Grayscale: #4B4B4B. Windows color (decimal): -4644852 or 794809. OLE color: 794809.

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

Color convert

RGB1853212-
CMYK00.830.940.27
HSL6.94º87.82%38.63%-
HSV(B)6.94º93.51%72.55%-
XYZ20.5911.371.46-
YUV75.4792.19206.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 80.79%
GREEN value IS 32 (12.89% from 255) = 13.97%
BLUE value IS 12 (5.08% from 255) = 5.24%
R=80.79%
G=13.97%
B=5.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185321200.830.940.276.9487.8238.63
HexB920C0535E1B75827
Octal2714014012313633713047
Binary101110011000001100010100111011110110111111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9200C; }

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

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

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

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

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

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

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

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