#B4191C

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

Shades of Fire Engine Red #B4191C

Tints of Fire Engine Red #B4191C

Color information

#B4191C (or 0xB4191C) is unknown color: approx Fire Engine Red. HEX triplet: B4, 19 and 1C. RGB value is (180,25,28). Sum of RGB (Red+Green+Blue) = 180+25+28=233 (30% of max value = 765). Red value is 180 (70.70% from 255 or 77.25% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 28 (11.33% from 255 or 12.02% from 233); Max value from RGB is 180 - color contains mainly: red. Hex color #B4191C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4191C is #4BE6E3. Grayscale: #474747. Windows color (decimal): -4974308 or 1841588. OLE color: 1841588.

HSL color Cylindrical-coordinate representation of color #B4191C: hue angle of 358.84º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B4191C is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB1802528-
CMYK00.860.840.29
HSL358.84º75.61%40.2%-
HSV(B)358.84º86.11%70.59%-
XYZ19.3810.482.1-
YUV71.69103.35205.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 77.25%
GREEN value IS 25 (10.16% from 255) = 10.73%
BLUE value IS 28 (11.33% from 255) = 12.02%
R=77.25%
G=10.73%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180252800.860.840.29358.8475.6140.2
HexB4191C056541D1674c28
Octal264313401261243554711450
Binary101101001100111100010101101010100111011011001111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4191C; }

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

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

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

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

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

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

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

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