#B2191F

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

Shades of Fire Engine Red #B2191F

Tints of Fire Engine Red #B2191F

Color information

#B2191F (or 0xB2191F) is unknown color: approx Fire Engine Red. HEX triplet: B2, 19 and 1F. RGB value is (178,25,31). Sum of RGB (Red+Green+Blue) = 178+25+31=234 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.07% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 31 (12.5% from 255 or 13.25% from 234); Max value from RGB is 178 - color contains mainly: red. Hex color #B2191F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2191F is #4DE6E0. Grayscale: #474747. Windows color (decimal): -5105377 or 2038194. OLE color: 2038194.

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

Color convert

RGB1782531-
CMYK00.860.830.30
HSL357.65º75.37%39.8%-
HSV(B)357.65º85.96%69.8%-
XYZ18.9610.262.28-
YUV71.43105.19204.01-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 76.07%
GREEN value IS 25 (10.16% from 255) = 10.68%
BLUE value IS 31 (12.5% from 255) = 13.25%
R=76.07%
G=10.68%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178253100.860.830.30357.6575.3739.8
HexB2191F056531E1664b28
Octal262313701261233654611350
Binary101100101100111111010101101010011111101011001101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2191F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2191F; }

 p { color: rgb(178,25,31); }

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

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

 a { background-color: rgb(178,25,31); }

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

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

 span { border-color: rgb(178,25,31); }

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