#BC141E

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

Shades of Fire Engine Red #BC141E

Tints of Fire Engine Red #BC141E

Color information

#BC141E (or 0xBC141E) is unknown color: approx Fire Engine Red. HEX triplet: BC, 14 and 1E. RGB value is (188,20,30). Sum of RGB (Red+Green+Blue) = 188+20+30=238 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.99% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 188 - color contains mainly: red. Hex color #BC141E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC141E is #43EBE1. Grayscale: #474747. Windows color (decimal): -4451298 or 1971388. OLE color: 1971388.

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

Color convert

RGB1882030-
CMYK00.890.840.26
HSL356.43º80.77%40.78%-
HSV(B)356.43º89.36%73.73%-
XYZ21.2211.292.29-
YUV71.37104.66211.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 78.99%
GREEN value IS 20 (8.20% from 255) = 8.40%
BLUE value IS 30 (12.11% from 255) = 12.61%
R=78.99%
G=8.40%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188203000.890.840.26356.4380.7740.78
HexBC141E059541A1645129
Octal274243601311243254412151
Binary101111001010011110010110011010100110101011001001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC141E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC141E; }

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

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

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

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

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

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

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

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