#B92215

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

Shades of Fire Brick #B92215

Tints of Fire Brick #B92215

Color information

#B92215 (or 0xB92215) is unknown color: approx Fire Brick. HEX triplet: B9, 22 and 15. RGB value is (185,34,21). Sum of RGB (Red+Green+Blue) = 185+34+21=240 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.08% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 21 (8.59% from 255 or 8.75% from 240); Max value from RGB is 185 - color contains mainly: red. Hex color #B92215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92215 is #46DDEA. Grayscale: #4D4D4D. Windows color (decimal): -4644331 or 1385145. OLE color: 1385145.

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

Color convert

RGB1853421-
CMYK00.820.890.27
HSL4.76º79.61%40.39%-
HSV(B)4.76º88.65%72.55%-
XYZ20.7111.511.84-
YUV77.6796.03204.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 77.08%
GREEN value IS 34 (13.67% from 255) = 14.17%
BLUE value IS 21 (8.59% from 255) = 8.75%
R=77.08%
G=14.17%
B=8.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185342100.820.890.274.7679.6140.39
HexB92215052591B55028
Octal2714225012213133512050
Binary1011100110001010101010100101011001110111011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92215; }

 p { color: rgb(185,34,21); }

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

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

 a { background-color: rgb(185,34,21); }

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

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

 span { border-color: rgb(185,34,21); }

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