#B8161D

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

Shades of Fire Engine Red #B8161D

Tints of Fire Engine Red #B8161D

Color information

#B8161D (or 0xB8161D) is unknown color: approx Fire Engine Red. HEX triplet: B8, 16 and 1D. RGB value is (184,22,29). Sum of RGB (Red+Green+Blue) = 184+22+29=235 (31% of max value = 765). Red value is 184 (72.27% from 255 or 78.30% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 29 (11.72% from 255 or 12.34% from 235); Max value from RGB is 184 - color contains mainly: red. Hex color #B8161D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8161D is #47E9E2. Grayscale: #474747. Windows color (decimal): -4712931 or 1906360. OLE color: 1906360.

HSL color Cylindrical-coordinate representation of color #B8161D: hue angle of 357.41º 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 #B8161D is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB1842229-
CMYK00.880.840.28
HSL357.41º78.64%40.39%-
HSV(B)357.41º88.04%72.16%-
XYZ20.2810.852.19-
YUV71.24104.17208.43-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 78.30%
GREEN value IS 22 (8.98% from 255) = 9.36%
BLUE value IS 29 (11.72% from 255) = 12.34%
R=78.30%
G=9.36%
B=12.34%

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
Decimal184222900.880.840.28357.4178.6440.39
HexB8161D058541C1654f28
Octal270263501301243454511750
Binary101110001011011101010110001010100111001011001011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8161D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8161D; }

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

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

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

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

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

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

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

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