#B73023

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

Shades of Fire Brick #B73023

Tints of Fire Brick #B73023

Color information

#B73023 (or 0xB73023) is unknown color: approx Fire Brick. HEX triplet: B7, 30 and 23. RGB value is (183,48,35). Sum of RGB (Red+Green+Blue) = 183+48+35=266 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.80% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 35 (14.06% from 255 or 13.16% from 266); Max value from RGB is 183 - color contains mainly: red. Hex color #B73023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73023 is #48CFDC. Grayscale: #575757. Windows color (decimal): -4771805 or 2306231. OLE color: 2306231.

HSL color Cylindrical-coordinate representation of color #B73023: hue angle of 5.27º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B73023 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.28.

Color convert

RGB1834835-
CMYK00.740.810.28
HSL5.27º67.89%42.75%-
HSV(B)5.27º80.87%71.76%-
XYZ20.8912.32.86-
YUV86.8898.73196.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 68.80%
GREEN value IS 48 (19.14% from 255) = 18.05%
BLUE value IS 35 (14.06% from 255) = 13.16%
R=68.80%
G=18.05%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.81
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183483500.740.810.285.2767.8942.75
HexB7302304A511C5442b
Octal2676043011212134510453
Binary10110111110000100011010010101010001111001011000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73023; }

 p { color: rgb(183,48,35); }

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

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

 a { background-color: rgb(183,48,35); }

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

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

 span { border-color: rgb(183,48,35); }

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