#B92B19

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

Shades of Fire Brick #B92B19

Tints of Fire Brick #B92B19

Color information

#B92B19 (or 0xB92B19) is unknown color: approx Fire Brick. HEX triplet: B9, 2B and 19. RGB value is (185,43,25). Sum of RGB (Red+Green+Blue) = 185+43+25=253 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.12% from 253); Green value is 43 (17.19% from 255 or 17.00% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 185 - color contains mainly: red. Hex color #B92B19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92B19 is #46D4E6. Grayscale: #535353. Windows color (decimal): -4642023 or 1649593. OLE color: 1649593.

HSL color Cylindrical-coordinate representation of color #B92B19: hue angle of 6.75º 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 #B92B19 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB1854325-
CMYK00.770.860.27
HSL6.75º76.19%41.18%-
HSV(B)6.75º86.49%72.55%-
XYZ21.0512.112.15-
YUV83.4195.04200.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 73.12%
GREEN value IS 43 (17.19% from 255) = 17.00%
BLUE value IS 25 (10.16% from 255) = 9.88%
R=73.12%
G=17.00%
B=9.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185432500.770.860.276.7576.1941.18
HexB92B1904D561B74c29
Octal2715331011512633711451
Binary1011100110101111001010011011010110110111111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92B19; }

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

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

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

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

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

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

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

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