#B41E18

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

Shades of Fire Brick #B41E18

Tints of Fire Brick #B41E18

Color information

#B41E18 (or 0xB41E18) is unknown color: approx Fire Brick. HEX triplet: B4, 1E and 18. RGB value is (180,30,24). Sum of RGB (Red+Green+Blue) = 180+30+24=234 (30% of max value = 765). Red value is 180 (70.70% from 255 or 76.92% from 234); Green value is 30 (12.11% from 255 or 12.82% from 234); Blue value is 24 (9.77% from 255 or 10.26% from 234); Max value from RGB is 180 - color contains mainly: red. Hex color #B41E18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B41E18 is #4BE1E7. Grayscale: #4A4A4A. Windows color (decimal): -4973032 or 1580724. OLE color: 1580724.

HSL color Cylindrical-coordinate representation of color #B41E18: hue angle of 2.31º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B41E18 is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB1803024-
CMYK00.830.870.29
HSL2.31º76.47%40%-
HSV(B)2.31º86.67%70.59%-
XYZ19.4510.71.9-
YUV74.1799.7203.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 76.92%
GREEN value IS 30 (12.11% from 255) = 12.82%
BLUE value IS 24 (9.77% from 255) = 10.26%
R=76.92%
G=12.82%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180302400.830.870.292.3176.4740
HexB41E18053571D24c28
Octal2643630012312735211450
Binary10110100111101100001010011101011111101101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41E18; }

 p { color: rgb(180,30,24); }

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

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

 a { background-color: rgb(180,30,24); }

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

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

 span { border-color: rgb(180,30,24); }

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