#BC1B1E

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

Shades of Fire Engine Red #BC1B1E

Tints of Fire Engine Red #BC1B1E

Color information

#BC1B1E (or 0xBC1B1E) is unknown color: approx Fire Engine Red. HEX triplet: BC, 1B and 1E. RGB value is (188,27,30). Sum of RGB (Red+Green+Blue) = 188+27+30=245 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.73% from 245); Green value is 27 (10.94% from 255 or 11.02% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1B1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1B1E is #43E4E1. Grayscale: #4B4B4B. Windows color (decimal): -4449506 or 1973180. OLE color: 1973180.

HSL color Cylindrical-coordinate representation of color #BC1B1E: hue angle of 358.88º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1B1E is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB1882730-
CMYK00.860.840.26
HSL358.88º74.88%42.16%-
HSV(B)358.88º85.64%73.73%-
XYZ21.3711.572.34-
YUV75.48102.34208.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 76.73%
GREEN value IS 27 (10.94% from 255) = 11.02%
BLUE value IS 30 (12.11% from 255) = 12.24%
R=76.73%
G=11.02%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188273000.860.840.26358.8874.8842.16
HexBC1B1E056541A1674b2a
Octal274333601261243254711352
Binary101111001101111110010101101010100110101011001111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1B1E; }

 p { color: rgb(188,27,30); }

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

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

 a { background-color: rgb(188,27,30); }

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

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

 span { border-color: rgb(188,27,30); }

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