#BC1720

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

Shades of Fire Engine Red #BC1720

Tints of Fire Engine Red #BC1720

Color information

#BC1720 (or 0xBC1720) is unknown color: approx Fire Engine Red. HEX triplet: BC, 17 and 20. RGB value is (188,23,32). Sum of RGB (Red+Green+Blue) = 188+23+32=243 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.37% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1720 is #43E8DF. Grayscale: #494949. Windows color (decimal): -4450528 or 2103228. OLE color: 2103228.

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

Color convert

RGB1882332-
CMYK00.880.830.26
HSL356.73º78.2%41.37%-
HSV(B)356.73º87.77%73.73%-
XYZ21.3111.412.45-
YUV73.36104.66209.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 77.37%
GREEN value IS 23 (9.38% from 255) = 9.47%
BLUE value IS 32 (12.89% from 255) = 13.17%
R=77.37%
G=9.47%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.83
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188233200.880.830.26356.7378.241.37
HexBC1720058531A1654e29
Octal274274001301233254511651
Binary1011110010111100000010110001010011110101011001011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1720; }

 p { color: rgb(188,23,32); }

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

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

 a { background-color: rgb(188,23,32); }

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

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

 span { border-color: rgb(188,23,32); }

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