#B4231C

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

Shades of Fire Brick #B4231C

Tints of Fire Brick #B4231C

Color information

#B4231C (or 0xB4231C) is unknown color: approx Fire Brick. HEX triplet: B4, 23 and 1C. RGB value is (180,35,28). Sum of RGB (Red+Green+Blue) = 180+35+28=243 (32% of max value = 765). Red value is 180 (70.70% from 255 or 74.07% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 180 - color contains mainly: red. Hex color #B4231C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4231C is #4BDCE3. Grayscale: #4D4D4D. Windows color (decimal): -4971748 or 1844148. OLE color: 1844148.

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

Color convert

RGB1803528-
CMYK00.810.840.29
HSL2.76º73.08%40.78%-
HSV(B)2.76º84.44%70.59%-
XYZ19.6310.992.18-
YUV77.56100.04201.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 74.07%
GREEN value IS 35 (14.06% from 255) = 14.40%
BLUE value IS 28 (11.33% from 255) = 11.52%
R=74.07%
G=14.40%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180352800.810.840.292.7673.0840.78
HexB4231C051541D34929
Octal2644334012112435311151
Binary101101001000111110001010001101010011101111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4231C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4231C; }

 p { color: rgb(180,35,28); }

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

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

 a { background-color: rgb(180,35,28); }

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

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

 span { border-color: rgb(180,35,28); }

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