#B41E1C

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

Shades of Fire Brick #B41E1C

Tints of Fire Brick #B41E1C

Color information

#B41E1C (or 0xB41E1C) is unknown color: approx Fire Brick. HEX triplet: B4, 1E and 1C. RGB value is (180,30,28). Sum of RGB (Red+Green+Blue) = 180+30+28=238 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.63% from 238); Green value is 30 (12.11% from 255 or 12.61% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 180 - color contains mainly: red. Hex color #B41E1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41E1C is #4BE1E3. Grayscale: #4A4A4A. Windows color (decimal): -4973028 or 1842868. OLE color: 1842868.

HSL color Cylindrical-coordinate representation of color #B41E1C: hue angle of 0.79º 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 #B41E1C is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB1803028-
CMYK00.830.840.29
HSL0.79º73.08%40.78%-
HSV(B)0.79º84.44%70.59%-
XYZ19.510.722.14-
YUV74.62101.7203.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 75.63%
GREEN value IS 30 (12.11% from 255) = 12.61%
BLUE value IS 28 (11.33% from 255) = 11.76%
R=75.63%
G=12.61%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180302800.830.840.290.7973.0840.78
HexB41E1C053541D14929
Octal2643634012312435111151
Binary1011010011110111000101001110101001110111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41E1C; }

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

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

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

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

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

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

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

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