#B41A19

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

Shades of Fire Brick #B41A19

Tints of Fire Brick #B41A19

Color information

#B41A19 (or 0xB41A19) is unknown color: approx Fire Brick. HEX triplet: B4, 1A and 19. RGB value is (180,26,25). Sum of RGB (Red+Green+Blue) = 180+26+25=231 (30% of max value = 765). Red value is 180 (70.70% from 255 or 77.92% from 231); Green value is 26 (10.55% from 255 or 11.26% from 231); Blue value is 25 (10.16% from 255 or 10.82% from 231); Max value from RGB is 180 - color contains mainly: red. Hex color #B41A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B41A19 is #4BE5E6. Grayscale: #484848. Windows color (decimal): -4974055 or 1645236. OLE color: 1645236.

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

Color convert

RGB1802625-
CMYK00.860.860.29
HSL0.39º75.61%40.2%-
HSV(B)0.39º86.11%70.59%-
XYZ19.3710.511.93-
YUV71.93101.52205.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 77.92%
GREEN value IS 26 (10.55% from 255) = 11.26%
BLUE value IS 25 (10.16% from 255) = 10.82%
R=77.92%
G=11.26%
B=10.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180262500.860.860.290.3975.6140.2
HexB41A19056561D04c28
Octal2643231012612635011450
Binary1011010011010110010101011010101101110101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41A19; }

 p { color: rgb(180,26,25); }

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

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

 a { background-color: rgb(180,26,25); }

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

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

 span { border-color: rgb(180,26,25); }

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