#B92D19

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

Shades of Fire Brick #B92D19

Tints of Fire Brick #B92D19

Color information

#B92D19 (or 0xB92D19) is unknown color: approx Fire Brick. HEX triplet: B9, 2D and 19. RGB value is (185,45,25). Sum of RGB (Red+Green+Blue) = 185+45+25=255 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.55% from 255); Green value is 45 (17.97% from 255 or 17.65% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 185 - color contains mainly: red. Hex color #B92D19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92D19 is #46D2E6. Grayscale: #545454. Windows color (decimal): -4641511 or 1650105. OLE color: 1650105.

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

Color convert

RGB1854525-
CMYK00.760.860.27
HSL7.5º76.19%41.18%-
HSV(B)7.5º86.49%72.55%-
XYZ21.1212.262.17-
YUV84.5894.38199.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 72.55%
GREEN value IS 45 (17.97% from 255) = 17.65%
BLUE value IS 25 (10.16% from 255) = 9.80%
R=72.55%
G=17.65%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185452500.760.860.277.576.1941.18
HexB92D1904C561B84c29
Octal27155310114126331011451
Binary10111001101101110010100110010101101101110001001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92D19; }

 p { color: rgb(185,45,25); }

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

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

 a { background-color: rgb(185,45,25); }

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

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

 span { border-color: rgb(185,45,25); }

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