#BC181E

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

Shades of Fire Engine Red #BC181E

Tints of Fire Engine Red #BC181E

Color information

#BC181E (or 0xBC181E) is unknown color: approx Fire Engine Red. HEX triplet: BC, 18 and 1E. RGB value is (188,24,30). Sum of RGB (Red+Green+Blue) = 188+24+30=242 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.69% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 30 (12.11% from 255 or 12.40% from 242); Max value from RGB is 188 - color contains mainly: red. Hex color #BC181E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC181E is #43E7E1. Grayscale: #494949. Windows color (decimal): -4450274 or 1972412. OLE color: 1972412.

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

Color convert

RGB1882430-
CMYK00.870.840.26
HSL357.8º77.36%41.57%-
HSV(B)357.8º87.23%73.73%-
XYZ21.311.442.31-
YUV73.72103.33209.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 77.69%
GREEN value IS 24 (9.77% from 255) = 9.92%
BLUE value IS 30 (12.11% from 255) = 12.40%
R=77.69%
G=9.92%
B=12.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188243000.870.840.26357.877.3641.57
HexBC181E057541A1664d2a
Octal274303601271243254611552
Binary101111001100011110010101111010100110101011001101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC181E; }

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

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

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

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

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

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

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

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