#B92616

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

Shades of Fire Brick #B92616

Tints of Fire Brick #B92616

Color information

#B92616 (or 0xB92616) is unknown color: approx Fire Brick. HEX triplet: B9, 26 and 16. RGB value is (185,38,22). Sum of RGB (Red+Green+Blue) = 185+38+22=245 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.51% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 185 - color contains mainly: red. Hex color #B92616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92616 is #46D9E9. Grayscale: #505050. Windows color (decimal): -4643306 or 1451705. OLE color: 1451705.

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

Color convert

RGB1853822-
CMYK00.790.880.27
HSL5.89º78.74%40.59%-
HSV(B)5.89º88.11%72.55%-
XYZ20.8511.761.93-
YUV80.1395.2202.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 75.51%
GREEN value IS 38 (15.23% from 255) = 15.51%
BLUE value IS 22 (8.98% from 255) = 8.98%
R=75.51%
G=15.51%
B=8.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185382200.790.880.275.8978.7440.59
HexB9261604F581B64f29
Octal2714626011713033611751
Binary1011100110011010110010011111011000110111101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92616; }

 p { color: rgb(185,38,22); }

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

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

 a { background-color: rgb(185,38,22); }

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

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

 span { border-color: rgb(185,38,22); }

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