#B41F17

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

Shades of Fire Brick #B41F17

Tints of Fire Brick #B41F17

Color information

#B41F17 (or 0xB41F17) is unknown color: approx Fire Brick. HEX triplet: B4, 1F and 17. RGB value is (180,31,23). Sum of RGB (Red+Green+Blue) = 180+31+23=234 (30% of max value = 765). Red value is 180 (70.70% from 255 or 76.92% from 234); Green value is 31 (12.5% from 255 or 13.25% from 234); Blue value is 23 (9.38% from 255 or 9.83% from 234); Max value from RGB is 180 - color contains mainly: red. Hex color #B41F17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B41F17 is #4BE0E8. Grayscale: #4A4A4A. Windows color (decimal): -4972777 or 1515444. OLE color: 1515444.

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

Color convert

RGB1803123-
CMYK00.830.870.29
HSL3.06º77.34%39.8%-
HSV(B)3.06º87.22%70.59%-
XYZ19.4710.751.86-
YUV74.6498.86203.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 76.92%
GREEN value IS 31 (12.5% from 255) = 13.25%
BLUE value IS 23 (9.38% from 255) = 9.83%
R=76.92%
G=13.25%
B=9.83%

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
Decimal180312300.830.870.293.0677.3439.8
HexB41F17053571D34d28
Octal2643727012312735311550
Binary10110100111111011101010011101011111101111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41F17; }

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

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

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

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

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

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

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

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