#B92E2C

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

Shades of Fire Brick #B92E2C

Tints of Fire Brick #B92E2C

Color information

#B92E2C (or 0xB92E2C) is unknown color: approx Fire Brick. HEX triplet: B9, 2E and 2C. RGB value is (185,46,44). Sum of RGB (Red+Green+Blue) = 185+46+44=275 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.27% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 185 - color contains mainly: red. Hex color #B92E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92E2C is #46D1D3. Grayscale: #575757. Windows color (decimal): -4641236 or 2895545. OLE color: 2895545.

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

Color convert

RGB1854644-
CMYK00.750.760.27
HSL0.85º61.57%44.9%-
HSV(B)0.85º76.22%72.55%-
XYZ21.4412.453.66-
YUV87.33103.55197.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 67.27%
GREEN value IS 46 (18.36% from 255) = 16.73%
BLUE value IS 44 (17.58% from 255) = 16%
R=67.27%
G=16.73%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185464400.750.760.270.8561.5744.9
HexB92E2C04B4C1B13e2d
Octal271565401131143317655
Binary10111001101110101100010010111001100110111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92E2C; }

 p { color: rgb(185,46,44); }

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

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

 a { background-color: rgb(185,46,44); }

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

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

 span { border-color: rgb(185,46,44); }

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