#BC1820

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

Shades of Fire Engine Red #BC1820

Tints of Fire Engine Red #BC1820

Color information

#BC1820 (or 0xBC1820) is unknown color: approx Fire Engine Red. HEX triplet: BC, 18 and 20. RGB value is (188,24,32). Sum of RGB (Red+Green+Blue) = 188+24+32=244 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.05% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1820 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1820 is #43E7DF. Grayscale: #4A4A4A. Windows color (decimal): -4450272 or 2103484. OLE color: 2103484.

HSL color Cylindrical-coordinate representation of color #BC1820: hue angle of 357.07º 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 #BC1820 is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB1882432-
CMYK00.870.830.26
HSL357.07º77.36%41.57%-
HSV(B)357.07º87.23%73.73%-
XYZ21.3311.452.45-
YUV73.95104.33209.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 77.05%
GREEN value IS 24 (9.77% from 255) = 9.84%
BLUE value IS 32 (12.89% from 255) = 13.11%
R=77.05%
G=9.84%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.83
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188243200.870.830.26357.0777.3641.57
HexBC1820057531A1654d2a
Octal274304001271233254511552
Binary1011110011000100000010101111010011110101011001011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1820; }

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

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

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

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

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

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

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

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