#B92822

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

Shades of Fire Brick #B92822

Tints of Fire Brick #B92822

Color information

#B92822 (or 0xB92822) is unknown color: approx Fire Brick. HEX triplet: B9, 28 and 22. RGB value is (185,40,34). Sum of RGB (Red+Green+Blue) = 185+40+34=259 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.43% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 34 (13.67% from 255 or 13.13% from 259); Max value from RGB is 185 - color contains mainly: red. Hex color #B92822 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92822 is #46D7DD. Grayscale: #525252. Windows color (decimal): -4642782 or 2238649. OLE color: 2238649.

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

Color convert

RGB1854034-
CMYK00.780.820.27
HSL2.38º68.95%42.94%-
HSV(B)2.38º81.62%72.55%-
XYZ21.0611.952.71-
YUV82.67100.54200.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 71.43%
GREEN value IS 40 (16.02% from 255) = 15.44%
BLUE value IS 34 (13.67% from 255) = 13.13%
R=71.43%
G=15.44%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185403400.780.820.272.3868.9542.94
HexB9282204E521B2452b
Octal2715042011612233210553
Binary1011100110100010001001001110101001011011101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92822; }

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

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

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

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

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

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

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

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