#B31A1E

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

Shades of Fire Engine Red #B31A1E

Tints of Fire Engine Red #B31A1E

Color information

#B31A1E (or 0xB31A1E) is unknown color: approx Fire Engine Red. HEX triplet: B3, 1A and 1E. RGB value is (179,26,30). Sum of RGB (Red+Green+Blue) = 179+26+30=235 (31% of max value = 765). Red value is 179 (70.31% from 255 or 76.17% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 30 (12.11% from 255 or 12.77% from 235); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31A1E is #4CE5E1. Grayscale: #484848. Windows color (decimal): -5039586 or 1972915. OLE color: 1972915.

HSL color Cylindrical-coordinate representation of color #B31A1E: hue angle of 358.43º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31A1E is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB1792630-
CMYK00.850.830.30
HSL358.43º74.63%40.2%-
HSV(B)358.43º85.47%70.2%-
XYZ19.1910.422.23-
YUV72.2104.19204.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 76.17%
GREEN value IS 26 (10.55% from 255) = 11.06%
BLUE value IS 30 (12.11% from 255) = 12.77%
R=76.17%
G=11.06%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179263000.850.830.30358.4374.6340.2
HexB31A1E055531E1664b28
Octal263323601251233654611350
Binary101100111101011110010101011010011111101011001101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31A1E; }

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

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

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

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

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

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

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

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