#B2321D

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

Shades of Fire Brick #B2321D

Tints of Fire Brick #B2321D

Color information

#B2321D (or 0xB2321D) is unknown color: approx Fire Brick. HEX triplet: B2, 32 and 1D. RGB value is (178,50,29). Sum of RGB (Red+Green+Blue) = 178+50+29=257 (34% of max value = 765). Red value is 178 (69.92% from 255 or 69.26% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 178 - color contains mainly: red. Hex color #B2321D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2321D is #4DCDE2. Grayscale: #565656. Windows color (decimal): -5098979 or 1913522. OLE color: 1913522.

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

Color convert

RGB1785029-
CMYK00.720.840.30
HSL8.46º71.98%40.59%-
HSV(B)8.46º83.71%69.8%-
XYZ19.7211.832.41-
YUV85.8895.91193.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 69.26%
GREEN value IS 50 (19.92% from 255) = 19.46%
BLUE value IS 29 (11.72% from 255) = 11.28%
R=69.26%
G=19.46%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.84
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178502900.720.840.308.4671.9840.59
HexB2321D048541E84829
Octal26262350110124361011051
Binary10110010110010111010100100010101001111010001001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2321D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2321D; }

 p { color: rgb(178,50,29); }

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

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

 a { background-color: rgb(178,50,29); }

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

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

 span { border-color: rgb(178,50,29); }

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