#B92814

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

Shades of Fire Brick #B92814

Tints of Fire Brick #B92814

Color information

#B92814 (or 0xB92814) is unknown color: approx Fire Brick. HEX triplet: B9, 28 and 14. RGB value is (185,40,20). Sum of RGB (Red+Green+Blue) = 185+40+20=245 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.51% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 185 - color contains mainly: red. Hex color #B92814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92814 is #46D7EB. Grayscale: #515151. Windows color (decimal): -4642796 or 1321145. OLE color: 1321145.

HSL color Cylindrical-coordinate representation of color #B92814: hue angle of 7.27º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B92814 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB1854020-
CMYK00.780.890.27
HSL7.27º80.49%40.2%-
HSV(B)7.27º89.19%72.55%-
XYZ20.8911.881.85-
YUV81.0793.54202.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 75.51%
GREEN value IS 40 (16.02% from 255) = 16.33%
BLUE value IS 20 (8.20% from 255) = 8.16%
R=75.51%
G=16.33%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185402000.780.890.277.2780.4940.2
HexB9281404E591B75028
Octal2715024011613133712050
Binary1011100110100010100010011101011001110111111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92814; }

 p { color: rgb(185,40,20); }

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

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

 a { background-color: rgb(185,40,20); }

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

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

 span { border-color: rgb(185,40,20); }

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