#B41326

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

Shades of Fire Engine Red #B41326

Tints of Fire Engine Red #B41326

Color information

#B41326 (or 0xB41326) is unknown color: approx Fire Engine Red. HEX triplet: B4, 13 and 26. RGB value is (180,19,38). Sum of RGB (Red+Green+Blue) = 180+19+38=237 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.95% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 38 (15.23% from 255 or 16.03% from 237); Max value from RGB is 180 - color contains mainly: red. Hex color #B41326 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41326 is #4BECD9. Grayscale: #454545. Windows color (decimal): -4975834 or 2495412. OLE color: 2495412.

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

Color convert

RGB1801938-
CMYK00.890.790.29
HSL352.92º80.9%39.02%-
HSV(B)352.92º89.44%70.59%-
XYZ19.4110.312.8-
YUV69.3110.34206.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 75.95%
GREEN value IS 19 (7.81% from 255) = 8.02%
BLUE value IS 38 (15.23% from 255) = 16.03%
R=75.95%
G=8.02%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180193800.890.790.29352.9280.939.02
HexB413260594F1D1615127
Octal264234601311173554112147
Binary1011010010011100110010110011001111111011011000011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41326; }

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

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

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

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

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

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

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

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