#B41726

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

Shades of Fire Engine Red #B41726

Tints of Fire Engine Red #B41726

Color information

#B41726 (or 0xB41726) is unknown color: approx Fire Engine Red. HEX triplet: B4, 17 and 26. RGB value is (180,23,38). Sum of RGB (Red+Green+Blue) = 180+23+38=241 (31% of max value = 765). Red value is 180 (70.70% from 255 or 74.69% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 38 (15.23% from 255 or 15.77% from 241); Max value from RGB is 180 - color contains mainly: red. Hex color #B41726 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41726 is #4BE8D9. Grayscale: #474747. Windows color (decimal): -4974810 or 2496436. OLE color: 2496436.

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

Color convert

RGB1802338-
CMYK00.870.790.29
HSL354.27º77.34%39.8%-
HSV(B)354.27º87.22%70.59%-
XYZ19.4810.462.83-
YUV71.65109.01205.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 74.69%
GREEN value IS 23 (9.38% from 255) = 9.54%
BLUE value IS 38 (15.23% from 255) = 15.77%
R=74.69%
G=9.54%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180233800.870.790.29354.2777.3439.8
HexB417260574F1D1624d28
Octal264274601271173554211550
Binary1011010010111100110010101111001111111011011000101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41726; }

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

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

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

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

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

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

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

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