#BC1A24

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

Shades of Fire Engine Red #BC1A24

Tints of Fire Engine Red #BC1A24

Color information

#BC1A24 (or 0xBC1A24) is unknown color: approx Fire Engine Red. HEX triplet: BC, 1A and 24. RGB value is (188,26,36). Sum of RGB (Red+Green+Blue) = 188+26+36=250 (33% of max value = 765). Red value is 188 (73.83% from 255 or 75.2% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 36 (14.45% from 255 or 14.4% from 250); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1A24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1A24 is #43E5DB. Grayscale: #4B4B4B. Windows color (decimal): -4449756 or 2366140. OLE color: 2366140.

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

Color convert

RGB1882636-
CMYK00.860.810.26
HSL356.3º75.7%41.96%-
HSV(B)356.3º86.17%73.73%-
XYZ21.4311.562.77-
YUV75.58105.67208.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 75.2%
GREEN value IS 26 (10.55% from 255) = 10.4%
BLUE value IS 36 (14.45% from 255) = 14.4%
R=75.2%
G=10.4%
B=14.4%

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
Decimal188263600.860.810.26356.375.741.96
HexBC1A24056511A1644c2a
Octal274324401261213254411452
Binary1011110011010100100010101101010001110101011001001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1A24; }

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

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

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

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

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

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

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

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