#B23420

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

Shades of Fire Brick #B23420

Tints of Fire Brick #B23420

Color information

#B23420 (or 0xB23420) is unknown color: approx Fire Brick. HEX triplet: B2, 34 and 20. RGB value is (178,52,32). Sum of RGB (Red+Green+Blue) = 178+52+32=262 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.94% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 178 - color contains mainly: red. Hex color #B23420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23420 is #4DCBDF. Grayscale: #575757. Windows color (decimal): -5098464 or 2110642. OLE color: 2110642.

HSL color Cylindrical-coordinate representation of color #B23420: hue angle of 8.22º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B23420 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB1785232-
CMYK00.710.820.30
HSL8.22º69.52%41.18%-
HSV(B)8.22º82.02%69.8%-
XYZ19.8512.032.64-
YUV87.3996.74192.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 67.94%
GREEN value IS 52 (20.70% from 255) = 19.85%
BLUE value IS 32 (12.89% from 255) = 12.21%
R=67.94%
G=19.85%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178523200.710.820.308.2269.5241.18
HexB23420047521E84629
Octal26264400107122361010651
Binary101100101101001000000100011110100101111010001000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23420; }

 p { color: rgb(178,52,32); }

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

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

 a { background-color: rgb(178,52,32); }

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

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

 span { border-color: rgb(178,52,32); }

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