#B43024

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

Shades of Fire Brick #B43024

Tints of Fire Brick #B43024

Color information

#B43024 (or 0xB43024) is unknown color: approx Fire Brick. HEX triplet: B4, 30 and 24. RGB value is (180,48,36). Sum of RGB (Red+Green+Blue) = 180+48+36=264 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.18% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 180 - color contains mainly: red. Hex color #B43024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43024 is #4BCFDB. Grayscale: #565656. Windows color (decimal): -4968412 or 2371764. OLE color: 2371764.

HSL color Cylindrical-coordinate representation of color #B43024: hue angle of 5º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B43024 is Cyan = 0, Magento = 0.73, Yellow = 0.8 and Black (K on CMYK) = 0.29.

Color convert

RGB1804836-
CMYK00.730.80.29
HSL66.67%42.35%-
HSV(B)80%70.59%-
XYZ20.211.942.91-
YUV86.199.73194.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 68.18%
GREEN value IS 48 (19.14% from 255) = 18.18%
BLUE value IS 36 (14.45% from 255) = 13.64%
R=68.18%
G=18.18%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.8
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180483600.730.80.29566.6742.35
HexB43024049501D5432a
Octal2646044011112035510352
Binary10110100110000100100010010011010000111011011000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43024; }

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

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

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

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

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

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

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

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