#BC1E26

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

Shades of Fire Engine Red #BC1E26

Tints of Fire Engine Red #BC1E26

Color information

#BC1E26 (or 0xBC1E26) is unknown color: approx Fire Engine Red. HEX triplet: BC, 1E and 26. RGB value is (188,30,38). Sum of RGB (Red+Green+Blue) = 188+30+38=256 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.44% from 256); Green value is 30 (12.11% from 255 or 11.72% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1E26 is #43E1D9. Grayscale: #4E4E4E. Windows color (decimal): -4448730 or 2498236. OLE color: 2498236.

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

Color convert

RGB1883038-
CMYK00.840.800.26
HSL356.96º72.48%42.75%-
HSV(B)356.96º84.04%73.73%-
XYZ21.5511.762.97-
YUV78.15105.35206.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 73.44%
GREEN value IS 30 (12.11% from 255) = 11.72%
BLUE value IS 38 (15.23% from 255) = 14.84%
R=73.44%
G=11.72%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188303800.840.800.26356.9672.4842.75
HexBC1E26054501A165482b
Octal274364601241203254511053
Binary1011110011110100110010101001010000110101011001011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1E26; }

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

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

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

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

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

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

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

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