#B2191C

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

Shades of Fire Engine Red #B2191C

Tints of Fire Engine Red #B2191C

Color information

#B2191C (or 0xB2191C) is unknown color: approx Fire Engine Red. HEX triplet: B2, 19 and 1C. RGB value is (178,25,28). Sum of RGB (Red+Green+Blue) = 178+25+28=231 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.06% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 178 - color contains mainly: red. Hex color #B2191C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2191C is #4DE6E3. Grayscale: #474747. Windows color (decimal): -5105380 or 1841586. OLE color: 1841586.

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

Color convert

RGB1782528-
CMYK00.860.840.30
HSL358.82º75.37%39.8%-
HSV(B)358.82º85.96%69.8%-
XYZ18.9210.242.08-
YUV71.09103.69204.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 77.06%
GREEN value IS 25 (10.16% from 255) = 10.82%
BLUE value IS 28 (11.33% from 255) = 12.12%
R=77.06%
G=10.82%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.84
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178252800.860.840.30358.8275.3739.8
HexB2191C056541E1674b28
Octal262313401261243654711350
Binary101100101100111100010101101010100111101011001111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2191C; }

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

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

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

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

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

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

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

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