#B31A1F

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

Shades of Fire Engine Red #B31A1F

Tints of Fire Engine Red #B31A1F

Color information

#B31A1F (or 0xB31A1F) is unknown color: approx Fire Engine Red. HEX triplet: B3, 1A and 1F. RGB value is (179,26,31). Sum of RGB (Red+Green+Blue) = 179+26+31=236 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.85% from 236); Green value is 26 (10.55% from 255 or 11.02% from 236); Blue value is 31 (12.5% from 255 or 13.14% from 236); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31A1F is #4CE5E0. Grayscale: #484848. Windows color (decimal): -5039585 or 2038451. OLE color: 2038451.

HSL color Cylindrical-coordinate representation of color #B31A1F: hue angle of 358.04º 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 #B31A1F is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB1792631-
CMYK00.850.830.30
HSL358.04º74.63%40.2%-
HSV(B)358.04º85.47%70.2%-
XYZ19.2110.422.3-
YUV72.32104.69204.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 75.85%
GREEN value IS 26 (10.55% from 255) = 11.02%
BLUE value IS 31 (12.5% from 255) = 13.14%
R=75.85%
G=11.02%
B=13.14%

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
Decimal179263100.850.830.30358.0474.6340.2
HexB31A1F055531E1664b28
Octal263323701251233654611350
Binary101100111101011111010101011010011111101011001101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31A1F; }

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

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

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

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

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

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

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

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