#B92420

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

Shades of Fire Brick #B92420

Tints of Fire Brick #B92420

Color information

#B92420 (or 0xB92420) is unknown color: approx Fire Brick. HEX triplet: B9, 24 and 20. RGB value is (185,36,32). Sum of RGB (Red+Green+Blue) = 185+36+32=253 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.12% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 32 (12.89% from 255 or 12.65% from 253); Max value from RGB is 185 - color contains mainly: red. Hex color #B92420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92420 is #46DBDF. Grayscale: #505050. Windows color (decimal): -4643808 or 2106553. OLE color: 2106553.

HSL color Cylindrical-coordinate representation of color #B92420: hue angle of 1.57º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B92420 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB1853632-
CMYK00.810.830.27
HSL1.57º70.51%42.55%-
HSV(B)1.57º82.7%72.55%-
XYZ20.911.682.52-
YUV80.1100.86202.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 73.12%
GREEN value IS 36 (14.45% from 255) = 14.23%
BLUE value IS 32 (12.89% from 255) = 12.65%
R=73.12%
G=14.23%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185363200.810.830.271.5770.5142.55
HexB92420051531B2472b
Octal2714440012112333210753
Binary1011100110010010000001010001101001111011101000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92420; }

 p { color: rgb(185,36,32); }

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

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

 a { background-color: rgb(185,36,32); }

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

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

 span { border-color: rgb(185,36,32); }

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