#B41B19

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

Shades of Fire Brick #B41B19

Tints of Fire Brick #B41B19

Color information

#B41B19 (or 0xB41B19) is unknown color: approx Fire Brick. HEX triplet: B4, 1B and 19. RGB value is (180,27,25). Sum of RGB (Red+Green+Blue) = 180+27+25=232 (30% of max value = 765). Red value is 180 (70.70% from 255 or 77.59% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 25 (10.16% from 255 or 10.78% from 232); Max value from RGB is 180 - color contains mainly: red. Hex color #B41B19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B41B19 is #4BE4E6. Grayscale: #484848. Windows color (decimal): -4973799 or 1645492. OLE color: 1645492.

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

Color convert

RGB1802725-
CMYK00.850.860.29
HSL0.77º75.61%40.2%-
HSV(B)0.77º86.11%70.59%-
XYZ19.3910.561.94-
YUV72.52101.19204.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 77.59%
GREEN value IS 27 (10.94% from 255) = 11.64%
BLUE value IS 25 (10.16% from 255) = 10.78%
R=77.59%
G=11.64%
B=10.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180272500.850.860.290.7775.6140.2
HexB41B19055561D14c28
Octal2643331012512635111450
Binary1011010011011110010101010110101101110111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41B19; }

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

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

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

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

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

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

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

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