#b92723

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

Shades of Fire Brick #B92723

Tints of Fire Brick #B92723

Color information

#B92723 (or 0xB92723) is unknown color: approx Fire Brick. HEX triplet: B9, 27 and 23. RGB value is (185,39,35). Sum of RGB (Red+Green+Blue) = 185+39+35=259 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.43% from 259); Green value is 39 (15.62% from 255 or 15.06% from 259); Blue value is 35 (14.06% from 255 or 13.51% from 259); Max value from RGB is 185 - color contains mainly: red. Hex color #B92723 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92723 is #46D8DC. Grayscale: #525252. Windows color (decimal): -4643037 or 2303929. OLE color: 2303929.

HSL color Cylindrical-coordinate representation of color #B92723: hue angle of 1.6º degrees, saturation: 0.68, 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 #B92723 is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB1853935-
CMYK00.790.810.27
HSL1.6º68.18%43.14%-
HSV(B)1.6º81.08%72.55%-
XYZ21.0411.892.78-
YUV82.2101.37201.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 71.43%
GREEN value IS 39 (15.62% from 255) = 15.06%
BLUE value IS 35 (14.06% from 255) = 13.51%
R=71.43%
G=15.06%
B=13.51%

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
Decimal185393500.790.810.271.668.1843.14
HexB9272304F511B2442b
Octal2714743011712133210453
Binary1011100110011110001101001111101000111011101000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b92723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b92723; }

 p { color: rgb(185,39,35); }

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

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

 a { background-color: rgb(185,39,35); }

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

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

 span { border-color: rgb(185,39,35); }

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