#B41F13

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

Shades of Fire Brick #B41F13

Tints of Fire Brick #B41F13

Color information

#B41F13 (or 0xB41F13) is unknown color: approx Fire Brick. HEX triplet: B4, 1F and 13. RGB value is (180,31,19). Sum of RGB (Red+Green+Blue) = 180+31+19=230 (30% of max value = 765). Red value is 180 (70.70% from 255 or 78.26% from 230); Green value is 31 (12.5% from 255 or 13.48% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 180 - color contains mainly: red. Hex color #B41F13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B41F13 is #4BE0EC. Grayscale: #4A4A4A. Windows color (decimal): -4972781 or 1253300. OLE color: 1253300.

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

Color convert

RGB1803119-
CMYK00.830.890.29
HSL4.47º80.9%39.02%-
HSV(B)4.47º89.44%70.59%-
XYZ19.4310.731.66-
YUV74.1896.86203.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 78.26%
GREEN value IS 31 (12.5% from 255) = 13.48%
BLUE value IS 19 (7.81% from 255) = 8.26%
R=78.26%
G=13.48%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180311900.830.890.294.4780.939.02
HexB41F13053591D45127
Octal2643723012313135412147
Binary101101001111110011010100111011001111011001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41F13; }

 p { color: rgb(180,31,19); }

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

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

 a { background-color: rgb(180,31,19); }

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

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

 span { border-color: rgb(180,31,19); }

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