#B8161E

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

Shades of Fire Engine Red #B8161E

Tints of Fire Engine Red #B8161E

Color information

#B8161E (or 0xB8161E) is unknown color: approx Fire Engine Red. HEX triplet: B8, 16 and 1E. RGB value is (184,22,30). Sum of RGB (Red+Green+Blue) = 184+22+30=236 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.97% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 30 (12.11% from 255 or 12.71% from 236); Max value from RGB is 184 - color contains mainly: red. Hex color #B8161E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8161E is #47E9E1. Grayscale: #474747. Windows color (decimal): -4712930 or 1971896. OLE color: 1971896.

HSL color Cylindrical-coordinate representation of color #B8161E: hue angle of 357.04º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B8161E is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB1842230-
CMYK00.880.840.28
HSL357.04º78.64%40.39%-
HSV(B)357.04º88.04%72.16%-
XYZ20.2910.862.25-
YUV71.35104.67208.35-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 77.97%
GREEN value IS 22 (8.98% from 255) = 9.32%
BLUE value IS 30 (12.11% from 255) = 12.71%
R=77.97%
G=9.32%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184223000.880.840.28357.0478.6440.39
HexB8161E058541C1654f28
Octal270263601301243454511750
Binary101110001011011110010110001010100111001011001011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8161E; }

 p { color: rgb(184,22,30); }

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

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

 a { background-color: rgb(184,22,30); }

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

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

 span { border-color: rgb(184,22,30); }

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