#b72923

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

Shades of Fire Brick #B72923

Tints of Fire Brick #B72923

Color information

#B72923 (or 0xB72923) is unknown color: approx Fire Brick. HEX triplet: B7, 29 and 23. RGB value is (183,41,35). Sum of RGB (Red+Green+Blue) = 183+41+35=259 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.66% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 35 (14.06% from 255 or 13.51% from 259); Max value from RGB is 183 - color contains mainly: red. Hex color #B72923 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72923 is #48D6DC. Grayscale: #525252. Windows color (decimal): -4773597 or 2304439. OLE color: 2304439.

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

Color convert

RGB1834135-
CMYK00.780.810.28
HSL2.43º67.89%42.75%-
HSV(B)2.43º80.87%71.76%-
XYZ20.6211.772.78-
YUV82.77101.04199.49-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 70.66%
GREEN value IS 41 (16.41% from 255) = 15.83%
BLUE value IS 35 (14.06% from 255) = 13.51%
R=70.66%
G=15.83%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.81
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183413500.780.810.282.4367.8942.75
HexB7292304E511C2442b
Octal2675143011612134210453
Binary1011011110100110001101001110101000111100101000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b72923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b72923; }

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

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

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

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

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

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

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

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