#B92622

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

Shades of Fire Brick #B92622

Tints of Fire Brick #B92622

Color information

#B92622 (or 0xB92622) is unknown color: approx Fire Brick. HEX triplet: B9, 26 and 22. RGB value is (185,38,34). Sum of RGB (Red+Green+Blue) = 185+38+34=257 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.98% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 34 (13.67% from 255 or 13.23% from 257); Max value from RGB is 185 - color contains mainly: red. Hex color #B92622 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92622 is #46D9DD. Grayscale: #515151. Windows color (decimal): -4643294 or 2238137. OLE color: 2238137.

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

Color convert

RGB1853834-
CMYK00.790.820.27
HSL1.59º68.95%42.94%-
HSV(B)1.59º81.62%72.55%-
XYZ20.9911.822.69-
YUV81.5101.2201.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 71.98%
GREEN value IS 38 (15.23% from 255) = 14.79%
BLUE value IS 34 (13.67% from 255) = 13.23%
R=71.98%
G=14.79%
B=13.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185383400.790.820.271.5968.9542.94
HexB9262204F521B2452b
Octal2714642011712233210553
Binary1011100110011010001001001111101001011011101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92622; }

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

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

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

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

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

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

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

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