#BC1A23

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

Shades of Fire Engine Red #BC1A23

Tints of Fire Engine Red #BC1A23

Color information

#BC1A23 (or 0xBC1A23) is unknown color: approx Fire Engine Red. HEX triplet: BC, 1A and 23. RGB value is (188,26,35). Sum of RGB (Red+Green+Blue) = 188+26+35=249 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.50% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 35 (14.06% from 255 or 14.06% from 249); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1A23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1A23 is #43E5DC. Grayscale: #4B4B4B. Windows color (decimal): -4449757 or 2300604. OLE color: 2300604.

HSL color Cylindrical-coordinate representation of color #BC1A23: hue angle of 356.67º degrees, saturation: 0.76, 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 #BC1A23 is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB1882635-
CMYK00.860.810.26
HSL356.67º75.7%41.96%-
HSV(B)356.67º86.17%73.73%-
XYZ21.4111.552.69-
YUV75.46105.17208.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 75.50%
GREEN value IS 26 (10.55% from 255) = 10.44%
BLUE value IS 35 (14.06% from 255) = 14.06%
R=75.50%
G=10.44%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.81
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188263500.860.810.26356.6775.741.96
HexBC1A23056511A1654c2a
Octal274324301261213254511452
Binary1011110011010100011010101101010001110101011001011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1A23; }

 p { color: rgb(188,26,35); }

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

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

 a { background-color: rgb(188,26,35); }

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

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

 span { border-color: rgb(188,26,35); }

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