#B41A1E

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

Shades of Fire Engine Red #B41A1E

Tints of Fire Engine Red #B41A1E

Color information

#B41A1E (or 0xB41A1E) is unknown color: approx Fire Engine Red. HEX triplet: B4, 1A and 1E. RGB value is (180,26,30). Sum of RGB (Red+Green+Blue) = 180+26+30=236 (31% of max value = 765). Red value is 180 (70.70% from 255 or 76.27% from 236); Green value is 26 (10.55% from 255 or 11.02% from 236); Blue value is 30 (12.11% from 255 or 12.71% from 236); Max value from RGB is 180 - color contains mainly: red. Hex color #B41A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41A1E is #4BE5E1. Grayscale: #484848. Windows color (decimal): -4974050 or 1972916. OLE color: 1972916.

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

Color convert

RGB1802630-
CMYK00.860.830.29
HSL358.44º74.76%40.39%-
HSV(B)358.44º85.56%70.59%-
XYZ19.4310.542.24-
YUV72.5104.02204.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 76.27%
GREEN value IS 26 (10.55% from 255) = 11.02%
BLUE value IS 30 (12.11% from 255) = 12.71%
R=76.27%
G=11.02%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180263000.860.830.29358.4474.7640.39
HexB41A1E056531D1664b28
Octal264323601261233554611350
Binary101101001101011110010101101010011111011011001101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41A1E; }

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

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

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

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

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

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

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

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