#B92624

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

Shades of Fire Brick #B92624

Tints of Fire Brick #B92624

Color information

#B92624 (or 0xB92624) is unknown color: approx Fire Brick. HEX triplet: B9, 26 and 24. RGB value is (185,38,36). Sum of RGB (Red+Green+Blue) = 185+38+36=259 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.43% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 36 (14.45% from 255 or 13.90% from 259); Max value from RGB is 185 - color contains mainly: red. Hex color #B92624 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92624 is #46D9DB. Grayscale: #515151. Windows color (decimal): -4643292 or 2369209. OLE color: 2369209.

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

Color convert

RGB1853836-
CMYK00.790.810.27
HSL0.81º67.42%43.33%-
HSV(B)0.81º80.54%72.55%-
XYZ21.0211.832.84-
YUV81.72102.2201.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 71.43%
GREEN value IS 38 (15.23% from 255) = 14.67%
BLUE value IS 36 (14.45% from 255) = 13.90%
R=71.43%
G=14.67%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185383600.790.810.270.8167.4243.33
HexB9262404F511B1432b
Octal2714644011712133110353
Binary101110011001101001000100111110100011101111000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92624; }

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

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

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

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

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

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

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

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