#B4171F

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

Shades of Fire Engine Red #B4171F

Tints of Fire Engine Red #B4171F

Color information

#B4171F (or 0xB4171F) is unknown color: approx Fire Engine Red. HEX triplet: B4, 17 and 1F. RGB value is (180,23,31). Sum of RGB (Red+Green+Blue) = 180+23+31=234 (30% of max value = 765). Red value is 180 (70.70% from 255 or 76.92% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 31 (12.5% from 255 or 13.25% from 234); Max value from RGB is 180 - color contains mainly: red. Hex color #B4171F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4171F is #4BE8E0. Grayscale: #464646. Windows color (decimal): -4974817 or 2037684. OLE color: 2037684.

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

Color convert

RGB1802331-
CMYK00.870.830.29
HSL356.94º77.34%39.8%-
HSV(B)356.94º87.22%70.59%-
XYZ19.3810.422.29-
YUV70.86105.51205.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 76.92%
GREEN value IS 23 (9.38% from 255) = 9.83%
BLUE value IS 31 (12.5% from 255) = 13.25%
R=76.92%
G=9.83%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180233100.870.830.29356.9477.3439.8
HexB4171F057531D1654d28
Octal264273701271233554511550
Binary101101001011111111010101111010011111011011001011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4171F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4171F; }

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

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

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

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

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

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

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

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