#B3171F

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

Shades of Fire Engine Red #B3171F

Tints of Fire Engine Red #B3171F

Color information

#B3171F (or 0xB3171F) is unknown color: approx Fire Engine Red. HEX triplet: B3, 17 and 1F. RGB value is (179,23,31). Sum of RGB (Red+Green+Blue) = 179+23+31=233 (30% of max value = 765). Red value is 179 (70.31% from 255 or 76.82% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 31 (12.5% from 255 or 13.30% from 233); Max value from RGB is 179 - color contains mainly: red. Hex color #B3171F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3171F is #4CE8E0. Grayscale: #464646. Windows color (decimal): -5040353 or 2037683. OLE color: 2037683.

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

Color convert

RGB1792331-
CMYK00.870.830.30
HSL356.92º77.23%39.61%-
HSV(B)356.92º87.15%70.2%-
XYZ19.1410.32.27-
YUV70.56105.68205.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 76.82%
GREEN value IS 23 (9.38% from 255) = 9.87%
BLUE value IS 31 (12.5% from 255) = 13.30%
R=76.82%
G=9.87%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179233100.870.830.30356.9277.2339.61
HexB3171F057531E1654d28
Octal263273701271233654511550
Binary101100111011111111010101111010011111101011001011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3171F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3171F; }

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

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

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

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

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

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

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

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