#B73024

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

Shades of Fire Brick #B73024

Tints of Fire Brick #B73024

Color information

#B73024 (or 0xB73024) is unknown color: approx Fire Brick. HEX triplet: B7, 30 and 24. RGB value is (183,48,36). Sum of RGB (Red+Green+Blue) = 183+48+36=267 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.54% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 36 (14.45% from 255 or 13.48% from 267); Max value from RGB is 183 - color contains mainly: red. Hex color #B73024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73024 is #48CFDB. Grayscale: #575757. Windows color (decimal): -4771804 or 2371767. OLE color: 2371767.

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

Color convert

RGB1834836-
CMYK00.740.800.28
HSL4.9º67.12%42.94%-
HSV(B)4.9º80.33%71.76%-
XYZ20.912.312.94-
YUV8799.23196.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 68.54%
GREEN value IS 48 (19.14% from 255) = 17.98%
BLUE value IS 36 (14.45% from 255) = 13.48%
R=68.54%
G=17.98%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.80
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183483600.740.800.284.967.1242.94
HexB7302404A501C5432b
Octal2676044011212034510353
Binary10110111110000100100010010101010000111001011000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73024; }

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

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

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

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

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

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

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

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